美国主机Lunarpages

Mediawiki中文技术论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 3708|回复: 0

mediawiki整合fckeditor

[复制链接]
发表于 2012-4-9 15:24:10 | 显示全部楼层 |阅读模式
BlueHost主机优惠码
1.下载fckeditor扩展包,svn地址为
        http://svn.wikimedia.org/svnroot ... xtensions/FCKeditor
2.将该文件夹拷贝到{wiki}/extensions目录下
3.修改LocalSettings.php
在最后加入下面代码
require_once(“$IP/extensions/FCKeditor/FCKeditor.php”);
$wgUseAjax = 'true';


4.加载编辑介绍没有出来,用firebug发现js报错

查找一下,发现FCKeditor.body.php页面有地方把else if写成了elseif导致的,将其修改过来就可以了

5.编辑器终于出来了,但是在编辑框发现如下错误

Java代码
  1. Fatal error: Cannot redeclare js_unescape() (previously declared in   
  2. /home/webapps/ineh/extensions/FCKeditor/FCKeditorSajax.body.php:268)   
  3. in /home/webapps/ineh/includes/AjaxFunctions.php on line 55  
复制代码
解决方法:

修改FCKeditorSajax.body.php 文件

找到函数js_unescape修改成fck_js_unescape

并且修改相应的调用地方,也在这个页面,查找一下就可以发现(js_unescape修改成fck_js_unescape)
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

美国HostEase虚拟主机一年198元

Archiver|手机版|小黑屋|Mediawiki中文技术论坛

GMT+8, 2024-4-20 15:09 , Processed in 0.044656 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2024, Tencent Cloud.

快速回复 返回顶部 返回列表