⚠️ Always disable debug mode after troubleshooting is complete.
Prerequisites
Access to cPanel
Ensure PHP error logging is enabled in cPanel
Completion of the task: 10 minutes
Expertise: beginner
How to do?
Open File Manager or connect via FTP
Edit the file LocalSettings.php
Add or modify the following lines:
$wgShowExceptionDetails = true;
$wgShowDBErrorBacktrace = true;
$wgDebugLogFile = "/Path/to/user/mediawiki-debug.log";Save the file.
Log File Location
Custom path defined in $wgDebugLogFile
Disable Debug Logging
Remove or comment out the debug lines after troubleshooting.
