|
数据库发生错误于 vBulletin Control Panel 2.3.4:
无效的数据库语句: SELECT MIN(post.postid) AS minpost, MAX(post.postid) AS maxpost, thread.threadid, MAX(post.dateline) AS dateline,
(COUNT(*)-1) AS posts,
SUM(attachment.visible) AS attachsum
FROM post,thread
LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid
WHERE thread.threadid=post.threadid
AND thread.threadid>=0
AND thread.threadid<2000
GROUP BY thread.threadid
ORDER BY threadid DESC
mysql 错误: Table 'db.attachment' doesn't exist
mysql 错误号: 1146
日期: Thursday 15th of December 2005 01:35:30 PM
脚本: http://xxxxxxxxxx.org/bbs/bbs/admin/misc.php
来自: http://xxxxxxxxxxxxx.org/bbs/admin/misc.php?action=chooser& |
|