Currently line 8 of the README reads:
wfLoadExtensions( "WikiEditor" );
and it should read:
wfLoadExtension( "WikiEditor" );
there is no function wfLoadExtensions() my wiki crashed when I copied and pasted the code into LocalSettings.php
Currently line 8 of the README reads:
wfLoadExtensions( "WikiEditor" );
and it should read:
wfLoadExtension( "WikiEditor" );
there is no function wfLoadExtensions() my wiki crashed when I copied and pasted the code into LocalSettings.php
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/WikiEditor | master | +2 -2 | Update README |
there is no function wfLoadExtensions() my wiki crashed when I copied and pasted the code into LocalSettings.php
Yes there is, but that is not how to call it - https://github.com/wikimedia/mediawiki/blob/master/includes/GlobalFunctions.php#L53-L72
Change 492483 had a related patch set uploaded (by Reedy; owner: Reedy):
[mediawiki/extensions/WikiEditor@master] Update README
Hello Reedy,
Got it, thank you. But then the README still contains an error on line 8. The first argument to the function should be a single element array not a string.
Ingo---
Yup, which is why I didn't close your bug as invalid, and I fixed it in the patch that was posted
My first time doing anything in Phabricator, just set up my first wiki using MediaWiki…total noob. Thanks for your help, take care!
Change 492483 merged by jenkins-bot:
[mediawiki/extensions/WikiEditor@master] Update README