JDP 發表於 2006-12-25 08:47:24

Gallery2 錯誤訊息 Wrong charset, conversion from `950' to `UTF-8' is not all

錯誤訊息:
PHP Notice: iconv() [<a href='function.iconv'>function.iconv</a>]: Wrong charset, conversion from `950' to `UTF-8' is not allowed in D:\\Web\\gallery2\\modules\\core\\classes\\GalleryPhpVm.class on line 58

在config.php中加入
require_once(dirname(__FILE__) . '/modules/core/classes/GalleryCapabilities.class');
GalleryCapabilities::set('systemCharset', 'UTF-8');

Reference: http://codex.gallery2.org/index.php/Gallery2:FAQ#Where_I_should_see_dates_I_see_.22Wrong_charset.2C_cannot_convert.22_or_.22Illegal_character_encoding.22_or_.22Illegal_recode_request.22.._what_is_wrong.3F
頁: [1]
查看完整版本: Gallery2 錯誤訊息 Wrong charset, conversion from `950' to `UTF-8' is not all