If you upgraded a MediaWiki installation from an older version where Parsoid was not included, youo must remove the
$wgVirtualRestConfig['modules']['parsoid']
line from LocalSettings.php.
You also must add the following directive to the .htaccess file:
RewriteCond %{HTTP_USER_AGENT} !^(VisualEditor)
if you have one.
No Comments yet!