1 頁 (共 1 頁)

[問題]Could not query forums麻煩幫忙

發表於 : 2003-06-07 00:33
村雨
我的論壇剛才還好好的!
現在出現了
一般錯誤

Could not query forums information

DEBUG MODE

SQL Error : 1030 Got error 127 from table handler

SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, t.topic_title, t.topic_id FROM ((( phpbb_forums f LEFT JOIN phpbb_posts p ON p.post_id = f.forum_last_post_id ) LEFT JOIN phpbb_topics t ON t.topic_id = p.topic_id ) LEFT JOIN phpbb_users u ON u.user_id = p.poster_id ) ORDER BY f.cat_id, f.forum_order

Line : 167
File : c:\appserv\www\phpbb\index.php

而login出現
phpBB : Critical Error

Error clearing sessions table

DEBUG MODE

SQL Error : 1034 Incorrect key file for table: 'phpbb_sessions'. Try to repair it

DELETE FROM phpbb_sessions WHERE session_time < 1054909313 AND session_id <> 'daceb5da8ff94e07e57f7d57df75357c'

Line : 290
File : c:\appserv\www\phpbb\\includes\sessions.php

為什麼啊!請幫幫小第啊!

發表於 : 2003-06-07 00:36
小竹子

發表於 : 2003-06-08 02:08
Mac
在 SQL 中用 REPARI TABLE phpbb_sessions; 修復 'phpbb_sessions'

~Mac