hi Andrew, after upgrade to 2.3.0 beta.1, I got database error when I want to display the category or item, like this
PHP Code:
Invalid SQL:
SELECT link.linkid AS linkid
FROM local_linkslink AS link
LEFT JOIN local_linksltoc AS ltoc
ON link.linkid=ltoc.linkid
WHERE link.linkstatus>0
AND link.linkhits>0
AND link.linkforum NOT IN (0) AND ltoc.catid IN ('9')
AND ltoc.catid IN (9
ORDER BY linkhits DESC
LIMIT 20;
MySQL 错误 : 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 linkhits DESC
LIMIT 20' at line 13
错误号 : 1064
请求日期 : Monday, October 20th 2008 @ 12:36:46 AM
错误日期 : Monday, October 20th 2008 @ 12:36:46 AM
脚本 : http://mysite/forum/local_links.php?catid=9&linkid=3063
来源 : http://mysite/forum/local_links.php
IP 地址 : xxx
用户名 : xxx
类名 : vB_Database_MySQLi
MySQL 版本 : 5.0.51b-community