MediaWiki: “Save as” pop up when click “Create” or “Edit”

Categories: Development Notes; Tagged with: ; @ September 27th, 2011 22:45

It’s really tough for me to use the default editor, so I install a plug-in: FCKEditor.

but as a user, when click “Edit” or “Create”, “Save as” window will pop up, but a guest can create/edit page using the Editor.

After post a discussion on the support desk of MediaWiki: http://www.mediawiki.org/wiki/Project:Support_desk;

the solution is:

Disable “use external editor” in your preferences.

by Max Semenik

Install FCKeditor on MediaWiki

Categories: 分享; Tagged with: ; @ September 23rd, 2011 23:45

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.

Trouble shooting

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,.