Topic on Project:Support desk

Use visual editor in LAN-only mediawiki

3
RMisaki (talkcontribs)

So, I made a LAN-Only mediawiki for sharing of information about a project here that I don't want to make public

I tried enabling the visualeditor, but I had 3 problems with it:

The first one was a HTTP error, which I solved by enabling SSL on the server, the second one was a cURL error, because the SSL wasn't trusted, so I added the self-signed certificate as a trusted certificate to the apache2 configurations, but now I'm getting a HTTP 500 error which I'm not being able to find the source because it doesn't even get put into PHP error logs... So... How do I go about debugging it?

"Error contacting the Parsoid/RESTBase server (HTTP 500)"

Bawolff (talkcontribs)

Thats a restbase error so its more likely to be parsoid logs not php.


Newer versions of mediawiki use php parsoid i think (i havent fully kept up with it) which might be easier. Try using the latest version.

RMisaki (talkcontribs)

I am using the latest (or at least very recent) version with PHP Parsoid, but I don't know where to look for the error logs for Parsoid, if I knew what was causing the server error I'd go and fix it, but unfortunately, I don't have a clue...

Reply to "Use visual editor in LAN-only mediawiki"