MrJConstantine
Joined 17 June 2021
Latest comment: 3 years ago by MrJConstantine in topic How can I get MediaWiki's Visual Editor to work?
This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
How can I get MediaWiki's Visual Editor to work?
editWhen I try editing the main page of my MediaWiki I get the following error:
Error contacting the Parsoid/RESTBase server (HTTP 500)
I added:
wfLoadExtension( 'VisualEditor' );
wfLoadExtension( 'Parsoid', 'vendor/wikimedia/parsoid/extension.json' );
to the LocalSettings.php
but it did not help.
Here's some info about my configuration:
OS: Windows 10
MySQL version: 8.0.25
PHP version: 7.3.28
MediaWiki version: 1.36
Any help is appreciated. MrJConstantine (talk) 13:59, 17 June 2021 (UTC)