Hi
I maintain the server running the wiki at https://wiki.transitionnetwork.org/ and 3 month ago it was upgraded to MediaWiki 1.22.x and the VisualEditor was installed from source and that was quite straight forward, details here:
- https://trac.transitionnetwork.org/trac/ticket/706
Yesterday I upgraded to MediaWiki 1.23.0 and switched to using the Debian repo for parsoid as per:
- https://www.mediawiki.org/wiki/Parsoid/Setup#Ubuntu_.2F_Debian
And since then I have been unable to get the VisualEditor working, when you click on 'Edit' nothing happens, looking at the HTTP requests there is a GET to load.php and a 304 in response but nothing actually happens in the web browser, I have tried with Firefox 30 and the Debian Wheezy Chromium.
There is nothing of note in the webserver logs or the parsoid.log.
It appears to be working correctly on the command line:
curl http://localhost:8142/localhost/Sandbox -d wt="Hello ''world''" -d body=1 <body data-parsoid='{"dsr":[0,15,0,0]}'><p data-parsoid='{"dsr":[0,15,0,0]}'>Hello <i data-parsoid='{"dsr":[6,15,2,2]}'>world</i></p></body>
I'm not sure what to try next.
More details including the Nginx config can be found on the comments I have posted to this ticket:
- https://trac.transitionnetwork.org/trac/ticket/736
Any pointers would be greatly appreciated, I fear I have made a simple mistake somewhere...
All the best
Chris