Media Wiki Troubleshooting: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 20: Line 20:
<?php phpinfo() ?>
<?php phpinfo() ?>
</pre>
</pre>
=Log Locations=

Revision as of 07:19, 7 December 2020

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