Message Text |
With help rewrite enabled I find the following error when clicking on a help item:
.....
Query 8: SELECT `id`,`to`,`subject`,`message`,`headers`,`replacement`,`mime` FROM data_email WHERE timesent=0 ORDER BY id ASC LIMIT 0,10
Number of rows is 0
Query 9: UNLOCK TABLES
Load time so far: 0.22 seconds.
Query 10: SELECT `id`,`name`,`numsubjects`,`priority` FROM data_helpcategory WHERE id=77
Load time so far: 0.31 seconds.
Query 11: SELECT `id`,`subject`,`helptext`,`priority`,`category` FROM data_helpitem WHERE 1=1 AND (category=) ORDER BY priority ASC LIMIT 0,1000
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /.../.../.../.../.../databases/mysql.php on line 26
Number of rows is You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY priority ASC LIMIT 0,1000' at line 1
Load time so far: 0.46 seconds.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY priority ASC LIMIT 0,1000' at line 1
Query 12: SELECT `id`,`memberid`,`location`,`time`,`ip`,`browser`,`starttime`,`catid`,`threadid`,`areaname`,`lastsearch`,`nopermission`,`inchat`,`name`,`isrobot`,`lastchat`,`groupnamestyle`,`acceptims`,`visibility`,`profileurl` FROM data_sessions WHERE memberid=1
r
Number of rows is 1
Load time so far: 0.46 seconds.
...
|