Log in

View Full Version : 'template usage', 'explain' clause in $debug


Lionel
08-21-2005, 08:11 AM
I am attempting to do some optimization. After I placed $debug=1; in config.php (I also tried in global.php), when I click on explain, nothing displays (in config I get a blank page and in global it simply refreshes page). I uploaded a clean functions.php and a clean global.php. No luck. What else that 'explain' thing is dependent of so I could upload it? Or is there some other settings I should turn on?

Marco van Herwaarden
08-21-2005, 10:11 AM
Put the debug line in config.php and it should work.

deathemperor
08-21-2005, 10:12 AM
it's just if you're using vb3.5 it must be $config['Misc']['debug'] = 1; instead.

Lionel
08-21-2005, 02:50 PM
I am using 3.07 and it does not work