ich bekomme seit heute morgen in meinem Forum folgenden Fehler
Code: Alles auswählen
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_title, t.topic_last_post_id 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 : 171
File : index.phpIch habe bereits versucht mit PHPMYADMIN die Tabellen zu prüfen und zu reparieren allerdings ohne Erfolg.
Die Zeile 171 auf die verwiesen wird beinhaltet folgendes:
Code: Alles auswählen
message_die(GENERAL_ERROR, 'Could not query forums information', '', __LINE__, __FILE__, $sql); Gruß oli