Topic on Extension talk:WikiEditor

[SOLVED] WikiEditor does not show - Fresh install

4
Slidinghorn (talkcontribs)

I've just installed a fresh MW wiki, and elected to use the WikiEditor extension during the installation process. Looking at my LocalSettings.php file, I do show the "wfLoadExtension( 'WikiEditor' ); - However, when I go to edit or create a page, it's just the standard editor. I've cleared the cache, logged in as different user accounts, etc. I'm at a loss here. Any tips?

Info:

MediaWiki 1.30.0

PHP 7.0.27-0 (Debian 9 & apache2)

MariaDB 10.1.26

WikiEditor does show under "Installed extensions" on my Version page

Thanks ahead of time for any help!

Slidinghorn (talkcontribs)

It appears that this option needs to be set for the editor to be enabled:

$wgDefaultUserOptions['usebetatoolbar'] = 1;

Thanks for those who were taking a look at this - Hope this is useful to anyone who comes across this issue in the future.

Rikskansler (talkcontribs)

This works, I finally got it working after using this fix.

117.98.179.65 (talkcontribs)

Ok its the same thing they say on WikiEditor page but they use the language like this

"" If you are using a version before REL1_31 and would want the toolbar to be default for users when they first join add this line to your LocalSettings.php:""'

$wgDefaultUserOptions['usebetatoolbar'] = 1;

If work when we use this fix

my version is

Product Version
MediaWiki 1.30.0
PHP 7.0.30-0ubuntu0.16.04.1 (fpm-fcgi)
MySQL 5.7.22-0ubuntu0.16.04.1
ICU 55.1
Reply to "[SOLVED] WikiEditor does not show - Fresh install"