SQL: DELETE FROM [Table]adminsessions WHERE uid='1' or dateline+1800<'1201498372'
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 ';or dateline+1800<'1201498372'' at line 1
Errno.: 1064
Similar error report has beed dispatched to administrator before.
出现这个错误 登录后台后.
更新缓存的时候出现这个
SQL: SELECT id, subject, type, starttime, endtime, displayorder, groups, message FROM [Table]announcements WHERE starttime<='1201505487' AND (endtime>='1201505487' or endtime='0') ORDER BY displayorder, starttime DESC, id DESC
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 ';or endtime='0') ORDER BY displayorder, starttime DESC, id DESC' at line 1
Errno.: 1064