本帖最后由 wannt 于 2009-8-27 21:16 编辑  
 
后台管理界面 
 
 
批量管理 类下的项目除 “举报管理”外都,出现错误!依次对应为: 
 
 
 
事件: 
 
 
MySQL Error 
Message: MySQL Query Error 
SQL: SELECT * FROM uchome_feed WHERE 1 ORDER BY feedid DESC DESC LIMIT 0,20 
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 'DESC LIMIT 0,20' at line 1 
Errno.: 1064 
 
 
 
日志: 
 
 
MySQL Error 
Message: MySQL Query Error 
SQL: SELECT * FROM uchome_blog b WHERE 1 ORDER BY b.blogid DESC DESC LIMIT 0,20 
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 'DESC LIMIT 0,20' at line 1 
Errno.: 1064 
 
 
相册 
 
 
MySQL Error 
Message: MySQL Query Error 
SQL: SELECT * FROM uchome_album WHERE 1 ORDER BY albumid DESC DESC LIMIT 0,20 
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 'DESC LIMIT 0,20' at line 1 
Errno.: 1064 |