PDA

View Full Version : How do I see WHAT queries are run on a page?


ab420
08-04-2006, 02:17 PM
I have microstats to see how many, but how do I see WHAT is querying the database?

Sean S
08-04-2006, 04:31 PM
Don't you have to run debug mode for that? also make sure your boards are closed when you turn the debug mode on, on your config.php file.

$config['Misc']['debug'] = true;

ab420
08-04-2006, 04:39 PM
Don't you have to run debug mode for that? also make sure your boards are closed when you turn the debug mode on, on your config.php file.

$config['Misc']['debug'] = true;
ahh, now I remember, thank you, I knew I had heard it was possible before, I just couldn't remember how!