Media Wiki Troubleshooting
Jump to navigation
Jump to search
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() ?>