|
安装jd-wik电子书组件发生UTF-8错误的修正
|
|
|
|
Author: Autoit | Date:2006-06-03 | View: 38125 | Digg: 4 |
|
在正常安装 jd_Wiki 组件后,点击其链接会出现以下错误: Fatal error: Cannot redeclare utf8_encodefn() (previously declared
in d:\appserv\www\includes\utf8.php:22)
in d:\appserv\www\components\com_jd-wiki\inc\utf8.php on line 22 如果是En原版没问题,问题是出在 taiwanmambo.com 出的版本里,修改方法是将 includes/joomla.php里的
require_once( $mosConfig_absolute_path . '/includes/utf8.php' ); 改为:require_once( $mosConfig_absolute_path . '/components/com_jd-wiki/inc/utf8.php' ); 即可!
Permanent URL: http://www.autoit.cn/index.php/content/view/26/25.html
Only registered users can write comments. Please login or register. |