When 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.