Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I install MwdiaWiki (version 1.18, the very latest) locally in my machine and everything is working fine. However, I am not satisfied with the editor that MediaWiki has by default. So I decide to go for the FCK Editor.

Download the extension (version 2.6.6) and install it as documentation explains. But it didn't work actually. Read lots of related on the web bu it didn't work either.

I browse to the editor sample file, on

myserver/mediawiki/extensions/fckeditor/_samples/default.html


and I can see the editor properly. So that means nothing wrong with the editor I have.

My LocalSetting.php for FCK editor as follows, changes relevant to the editor.

PHP
require_once( "$IP/extensions/fckeditor/fckeditor.php" );

/**
 * Enable use of AJAX features.
 */
$wgUseAjax = true;
$wgShowExceptionDetails = true;


That is not work for me. Can anyone of you help me to sort it out, where I did the mistake.

Thanks in advance
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900