Seite 1 von 1

DEBUG MODE, Could not obtain topic information

Verfasst: 02.06.2003 20:48
von Schrote
Hallo fachleute,

ich habe eben in meinem Board einen Thread geloescht, indem ich auf das X image geklickt habe, anschließend unter Forum moderieren das ganze Thema. Dannach trat folgender Fehler auf:
Die Administration, suchfunktion etc. etc. funktioniert scheint nur etwas an den Foren zu sein.

Could not obtain topic information

DEBUG MODE

SQL Error : 1016 Can't open file: 'phpbb_posts.MYD'. (errno: 145)

SELECT t.*, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_time, p.post_username FROM phpbb_topics t, phpbb_users u, phpbb_posts p, phpbb_users u2 WHERE t.forum_id = 3 AND t.topic_poster = u.user_id AND p.post_id = t.topic_last_post_id AND p.poster_id = u2.user_id AND t.topic_type = 2 ORDER BY t.topic_last_post_id DESC

Line : 297
File : /home/.../domain.info/community/viewforum.php

bzw. auf der index.php datei entsprechend


Could not query forums information

DEBUG MODE

SQL Error : 1016 Can't open file: 'phpbb_posts.MYD'. (errno: 145)

SELECT f.*, p.post_time, p.post_username, u.username, u.user_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 ) ORDER BY f.cat_id, f.forum_order

Line : 165
File : /home/.../domain.info/community/index.php

Verfasst: 02.06.2003 21:35
von PhilippK
Hast du schon mal REPAIR TABLE (evtl. über phpMyAdmin) propiert? Der MySQL-Fehlercode deutet auf ein Problem mit der Tabelle hin...

Gruß, Philipp