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
Comments on help items rewrite
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
With help rewrite enabled I find the following error when clicking on a help item:
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
No problems for me: http://links.webmastersite.net/help/
Did you type a custom format? What is it?
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Thanks,
Now I find it working correctly after replacing:
with
at helpmain.tpl
I thought I changed them before but not.