Mobile app version of vmapp.org
Login or Join
Cody1181609

: Mediawiki : Issues when installing Visual Editor Extension with Parsoid I'm working on Ubuntu 16.04 with mediawiki 1.27.0. I'm trying to install Parsoid and Visual Editor. I followed the documentation

@Cody1181609

Posted in: #Mediawiki #WebServices #Wysiwyg

I'm working on Ubuntu 16.04 with mediawiki 1.27.0.
I'm trying to install Parsoid and Visual Editor. I followed the documentation to the letter.
However, after finishing the installation, I have the first error message listed in the troubleshooting part of the documentation:

Error loading data from server: HTTP 500. Would you like to retry?


I tried all that is proposed to check the error.


curl is installed and works because the code below return a response.

curl -I -L wikirct/api.php I do not have any rewrite in my Apache configuration.
I think, but maybe I'm wrong, that my /etc/mediawiki/parsoid/settings.js is well set (see below).


parsoidConfig.setMwApi({ prefix: 'wiki', uri: 'http://wikirct/api.php', domain: 'wikirct' });

Any help would be appreciate.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Cody1181609

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme