Debug mode is not working

Arty

Well-known member
I have a weird issue on server - debug mode isn't working properly. In config.php I have this:
Code:
$config['debug'] = 1;
Debug information is shown in footer, but when I click on debug link in footer, it just appends ?_debug=1 to url, but shows same page instead of debug information.
 
No changes :(

Another strange issue: clicking link in debug information several times adds more _debug to url: ?_debug=1&_debug=1&_debug=1
 
Do all pages exhibit this problem? Or is it a specific page?

It's possible the param isn't registering due to some server problem. Determining this would require some debugging. Or it could be an addon or modified file (ie disable your addons).

If the problem persists then I can take a look if you give me FTP and admin access.
 
Top Bottom