Topic on Project:Support desk

[RESOLVED] Problems mediawiki version 1.20 and WikiEditor

4
2.137.4.216 (talkcontribs)

Hello. I installed mediawiki version 1.20 with WikiEditor extension but the extension does not appear when I try to edit web pages. I've tried installing other editors like fckeditor and does not appear when editing the web. Would this happen to anyone else?

The versions of php and mysql are: MySQL 5.5.27 PHP 5.4.7

I checked the lines and are LocalSetting.php:

  1. The following extensions were automatically enabled:

require_once( "$IP/extensions/WikiEditor/WikiEditor.php" );

thanks

88.130.69.252 (talkcontribs)

Hi!

FCKEditor is no longer supported; it does not work correctly with current versions like MediaWiki 1.20.

For WikiEditor you possibly have to adjust some configuration. See Extension:WikiEditor for more information. Also make sure to clear your browser cache and other caches, which might be used.

2.137.4.216 (talkcontribs)
2.137.4.216 (talkcontribs)

To whom will the same thing happen to me, the file must be put localsetting:

require_once ("$IP/extensions/WikiEditor/WikiEditor.php");
$wgDefaultUserOptions['usebetatoolbar']=1;
$wgDefaultUserOptions['usebetatoolbar-cgd']=1;
$wgDefaultUserOptions['WikiEditor-preview']=1;

This has been the foma WikiEditor me.

Thanks for your answers

Reply to "[RESOLVED] Problems mediawiki version 1.20 and WikiEditor"