[問題]緊急...刪除會員群組出問題
發表於 : 2006-02-17 03:46
我在wagoo架了個論壇
結果刪除了一個會員群組之後..
論壇卻出現了問題..
第一次遇到這個問題,頓時不知道該怎麼辦
請大大告訴我該怎麼辦,謝謝
結果刪除了一個會員群組之後..
論壇卻出現了問題..
第一次遇到這個問題,頓時不知道該怎麼辦
請大大告訴我該怎麼辦,謝謝
代碼: 選擇全部
Could not query forums information
DEBUG MODE
SQL Error : 1030 Got error 28 from storage engine
SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, t.topic_id, t.topic_title FROM ((( phpbb_forums f LEFT JOIN phpbb_posts p ON p.post_id = f.forum_last_post_id ) LEFT JOIN phpbb_users u ON u.user_id = p.poster_id ) LEFT JOIN phpbb_topics t ON t.topic_last_post_id = f.forum_last_post_id) GROUP BY f.forum_id ORDER BY f.cat_id, f.forum_order
Line : 174
File : index.php