Media Wiki Troubleshooting

From NovaOrdis Knowledge Base
Revision as of 07:19, 7 December 2020 by Ovidiu (talk | contribs) (→‎PHP Info)
Jump to navigation Jump to search

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