1 頁 (共 1 頁)

[問題] 管理員觀看隱藏回覆內容

發表於 : 2003-06-02 22:36
chion
問題外掛:管理員觀看隱藏回覆內容
參考連結: http://www.rueichio.idv.bz/shiw0509/tes ... hp?p=21#21
使用版本:phpBB PLUS1.0)
網站位置: http://www.rueichio.idv.bz/phpBB~plus/
狀況描述: 一開始測試沒問題
直到我修改一篇會員 的隱藏內容後發生出錯\r
不知道跟這個有沒有關係...請幫個忙救救我吧 謝謝

補充:

代碼: 選擇全部

Could not query forums information

DEBUG MODE

SQL Error : 1016 Can't open file: 'phpbb_forums.MYI'. (errno: 145)

SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, t.topic_title, t.topic_last_post_id, t.topic_icon 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 = p.post_id ) ORDER BY f.cat_id, f.forum_order

Line : 178
File : /home2/rueichio/public_html/phpBB~plus/index.php

發表於 : 2003-06-02 22:39
william91
你沒增加資料表吧!~

發表於 : 2003-06-02 22:46
chion
william91 寫:你沒增加資料表吧!~
這個我不太懂...要在增加什麼資料表呢\r

請教我謝謝 ^^

補充:
資料庫 phpbb_forums 一直在使用中的狀態

代碼: 選擇全部

Warning:  mysql_free_result(): supplied argument is not a valid MySQL result resource in phpMyAdmin/libraries/build_dump.lib.php on line 95
錯誤

    SQL 語法 : 


    SELECT  * FROM  `rueichio_plus`.`phpbb_forums` 


    MySQL 傳回: 

Can't open file: 'phpbb_forums.MYI'. (errno: 145)

發表於 : 2003-06-03 01:17
Mac
用 REPAIR TABLE phpbb_forums;

~Mac

發表於 : 2003-06-03 01:31
chion
Mac 真是謝謝你唷 ~搞定了

原來我用錯了 REPAIR table 'phpbb_forums; 多了 '
難怪一直不能修復 ㄏㄏ 謝啦