[問題] 用一斷時間就會出現的問題

phpBB Installation & Usage Support
phpBB 2 安裝於各類型作業平台之問題討論;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
unyleung
星球公民
星球公民
文章: 77
註冊時間: 2003-07-03 23:49

[問題] 用一斷時間就會出現的問題

文章 unyleung »

●架設主機作業系統:Linux
●您的上網方式:CABLE香港區網\r
●您安裝的程式:Apache + php + MySql
●您的 phpBB2 版本:phpBB 2.0.4
●錯誤代碼:
代碼:

代碼: 選擇全部

Couldn't obtain news data

DEBUG MODE

SQL Error : 1030 Got error 28 from table handler

SELECT t.topic_id, t.forum_id, t.topic_title, t.topic_time, t.topic_replies, t.topic_last_post_id, t.topic_views, t.topic_vote, u.username, u.user_id, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_allowsmile, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid FROM phpbb_forums f, phpbb_topics t, phpbb_posts p, phpbb_users u, phpbb_posts_text pt WHERE f.forum_news = '1' AND t.forum_id = f.forum_id AND p.topic_id = t.topic_id AND p.post_id = t.topic_first_post_id AND pt.post_id = p.post_id AND u.user_id = p.poster_id AND (( f.forum_news_post = '1' AND t.topic_type = '0' ) OR ( f.forum_news_sticky = '1' AND t.topic_type = '1' ) OR ( f.forum_news_announce = '1' AND ( t.topic_type = '2' OR t.topic_type = '3' ) ) ) ORDER BY topic_time DESC

Line : 107
File : /public_html/forum/includes/news.php
是與phpbb_search_*, phpbb_sessions的問題有關嗎??? 到一個指定大小時就會出現
unyleung
星球公民
星球公民
文章: 77
註冊時間: 2003-07-03 23:49

文章 unyleung »

清空以上4個table之後就出現:

代碼: 選擇全部

Could not query forums information

DEBUG MODE

SQL Error : 1016 Can't open file: 'phpbb_posts.MYI'. (errno: 144)

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 : 192
File : /ha/public_html/forum/index.php
主題已鎖定

回到「phpBB 2 安裝與使用」