How to set my MediaWiki in debug mode?
Add the following line in your LocalSettings.php file to enable the debug mode:
$wgDebugLogFile = ‘/path-to-your-application/logfile’;
Add the following line in your LocalSettings.php file to enable the debug mode:
$wgDebugLogFile = ‘/path-to-your-application/logfile’;