Two quick things you can check: 1) On the client side check the browser developer console (F12 in Chrome/FireFox) for any rendering errors. 2) On the server side check the web server error log (for Apache it could be /var/log/httpd/error_log) for any server side web page errors.
For the server side error check you can increase the logging level ( http://php.net/manual/en/function.error-reporting.php) to give you more output. Sometimes there may be no errors but warnings which actually lead you to the cause. On 14 November 2014 08:47, Tommy Pollak <[email protected]> wrote: > My MediaWiki does now not show anything on the Read tab, switching to > the Edit tab shows the correct content. Neither Preview nor Save shows > anything. > > I do not have any clue where to start debugging. I believe everything > worked well before I upgraded my system to Ubunty 14.10. > > The wiki is only usedon my LAN behind a router and a firewall. > > I would be happy for any ideas. > > Ubunty 14.10 > Version is 1.20.2 > PHP 5.5.12 > MySQL 5.5.40 > > -- > Tommy Pollák > Wiboms v 12, 2 tr Phone +46 8 27 24 27 > S-171 60 SOLNA > Sweden > > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > -- Dave Humphrey -- [email protected] Founder/Server Admin of the Unofficial Elder Scrolls Pages -- www.uesp.net www.viud.net - Building the world's toughest USB drive _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
