zhenghuawen90 发表于 2010-9-17 08:34:20

500 - 发生错误

DB function failed with error number 1030
Got error 28 from storage engine SQL=SELECT c.*, g.name AS groupname, cc.title AS name, u.name AS editor, f.content_id AS frontpage, s.title AS section_name, v.name AS author FROM jos_content AS c LEFT JOIN jos_categories AS cc ON cc.id = c.catid LEFT JOIN jos_sections AS s ON s.id = c.sectionid LEFT JOIN jos_groups AS g ON g.id = c.access LEFT JOIN jos_users AS u ON u.id = c.checked_out LEFT JOIN jos_users AS v ON v.id = c.created_by LEFT JOIN jos_content_frontpage AS f ON f.content_id = c.id WHERE c.state != -2 ORDER BY section_name , section_name, cc.title, c.ordering LIMIT 0, 20

老鼠,249到底怎么回事啊,老是出问题啊...

2bbt 发表于 2010-9-17 12:15:52

明显是你程序问题 数据库访问错误

为情而疯 发表于 2010-9-17 18:48:51

今天打开站点后台的时候,出现下面的提示

DB function failed with error number 1030
Got error 28 from storage engine SQL=SELECT c.*, g.name AS groupname, cc.title AS name, u.name AS editor, f.content_id AS frontpage, s.title AS section_name, v.name AS author FROM jos_content AS c LEFT JOIN jos_categories AS cc ON cc.id = c.catid LEFT JOIN jos_sections AS s ON s.id = c.sectionid LEFT JOIN jos_groups AS g ON g.id = c.access LEFT JOIN jos_users AS u ON u.id = c.checked_out LEFT JOIN jos_users AS v ON v.id = c.created_by LEFT JOIN jos_content_frontpage AS f ON f.content_id = c.id WHERE c.state != -2 ORDER BY section_name , section_name, cc.title, c.ordering LIMIT 0, 20


清除了session表的内容就能访问了,或者在phpmyadmin中,选择session表中,选择操作,修复表,就可以了。

来源:上雅虎的谷歌百度一下有道
页: [1]
查看完整版本: 500 - 发生错误