I found in the config.php file the following lines and changed the 0's to 1s
$pndebug['debug'] = 1;
$pndebug['debug_sql'] = 1;
$pndebug['pagerendertime'] = 1;
I now get the debug window, but it's not helping me much. All I get is:
Quote
30.09.2005 15:48:50
http://localhost/magog/index.php?module=Magoggen&func=display_group&group_id=2
double: Page created in (seconds) = 0.6400580406189
30.09.2005 15:48:59
http://localhost/magog/index.php?module=Magoggen&type=userapi&func=update_group
double: Page created in (seconds) = 0.5755250453949
Do I need to add something to my code to make it display my debugging info (for example the SQL statement I just fed the server)?
Thanks in advance!
