hello, i'm trying to install VisualEditor but it doesn't work.
| MediaWiki | 1.34.2 |
| PHP | 7.3.18 (fpm-fcgi) |
| MySQL | 5.6.48-log |
| ICU | 52.1 |
I copied the extension, added the lines in localsetting.php:
wfLoadExtension( 'VisualEditor' );
// Enable by default for everybody
$wgDefaultUserOptions['visualeditor-enable'] = 1;
// Optional: Set VisualEditor as the default for anonymous users
// otherwise they will have to switch to VE
// $wgDefaultUserOptions['visualeditor-editor'] = "visualeditor";
// Don't allow users to disable it
$wgHiddenPrefs[] = 'visualeditor-enable';
// OPTIONAL: Enable VisualEditor's experimental code features
#$wgDefaultUserOptions['visualeditor-enable-experimental'] = 1;
maybe it comes from parser, I can't figure out how to install and configure it. Thank you