Media Wiki Troubleshooting: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=External=
* https://www.mediawiki.org/wiki/Manual:How_to_debug
=Internal=
=Internal=



Revision as of 07:21, 7 December 2020

External

Internal

Debugging

Add:

$wgShowExceptionDetails = true; 

at the bottom of LocalSettings.php.

PHP Info

Add a file called info.php in /var/www/mediawiki-*, with the following content, and serve it through the web server:

<?php phpinfo() ?>

Log Locations