Erledigt - DANKE !!!! Hilfe --- DB Fehler --ganz plötzlich
Verfasst: 10.11.2005 14:31
DEBUG MODE
SQL Error : 1030 Got error 28 from table handler
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 : 171
File : index.php
Wer kan mir sagen wo aufeinmal dieser Fehler herkommt und wie ich das schnell beheben kann....
Der Fehler tauchte aufeinmal auf ...
SQL Error : 1030 Got error 28 from table handler
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 : 171
File : index.php
Wer kan mir sagen wo aufeinmal dieser Fehler herkommt und wie ich das schnell beheben kann....
Der Fehler tauchte aufeinmal auf ...