这个是在回贴时出现在问题,贴子可以显示,但不知道为什么老是出现这个错误,是我的数据库版本太低了还是怎么了.
- Discuz! info: MySQL Query Error
- User: 爪哇
- Time: 2006-1-1 4:29pm
- Script: /bbs/post.php
- SQL: UPDATE cdb_members SET posts=posts+1 , lastpost='1136104150' , extcredits1=extcredits1+*1 WHERE uid IN (1)
- Error: 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 '*1 WHERE uid IN (1)' at line 1
- Errno.: 1064
- Similar error report has beed dispatched to administrator before.
复制代码
以下内容是本人在删贴的时候出现在错误信息.
- Discuz! info: MySQL Query Error
- User: 爪哇
- Time: 2006-1-1 4:30pm
- Script: /bbs/topicadmin.php
- SQL: UPDATE cdb_members SET posts=posts-3 , extcredits1=extcredits1-*3 WHERE uid IN (1)
- Error: 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 '*3 WHERE uid IN (1)' at line 1
- Errno.: 1064
- Similar error report has beed dispatched to administrator before
复制代码
那位高手能给我指点一下,小弟感激不尽. |