For MW 1.16 and later a new version is available on svn.wikimedia.org
(SVN path: http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/FCKeditor)
1. Check out the files into wiki\extensions\FCKeditor
2.Modify configuration file: LocalSetting.php:
append the following code into the file:
require_once("$IP/extensions/FCKeditor/FCKeditor.php");
That’s all.
Fatal error: Cannot redeclare js_unescape() (previously declared in /home/webapps/ineh/extensions/FCKeditor/FCKeditorSajax.body.php:268) in /home/webapps/ineh/includes/AjaxFunctions.php on line 55
Edit: FCKeditorSajax.body.php , replace ‘js_unescape’ by ‘fck_js_unescape’;
// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.