Media Wiki Troubleshooting: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


at the bottom of LocalSettings.php.
at the bottom of LocalSettings.php.
=PHP Info=
Add a file called <tt>info.php</tt> in <tt>/var/www/mediawiki-*</tt>, with the following content, and serve it through the web server:
<pre>
<?php phpinfo() ?>
</pre>

Revision as of 22:00, 17 April 2017

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() ?>