in the options
Quote
1. $PNConfig['Debug']['debug'] = 1; //
2. $PNConfig['Debug']['pagerendertime'] = 0; // display page render time, 0 to disable
3. $PNConfig['Debug']['sql_adodb'] = 0; // adodb debug flag, generates lots of print output
4. $PNConfig['Debug']['sql_count'] = 1;
indeed if i count them in adodb-mysql.inc.php ( i added a global variable in the mysql_query function with an increment), the results are not the same.
is this normal ?
do you count only distinct queries ?
EDIT : the number is the same on "normal" page, but when i try to load the page of the pnforum 2.7 (for version PN .764), the number are differents.
edited by: mumuri, Feb 08, 2008 - 06:11 AM
