Couldn't access list of Forums
: 31 maja 2009, 07:28
Zostawiłem koledze forum na jakiś czas i coś zepsuł. Niezbyt mogę dojść do tego, jak mogę to naprawić.
Oto komunikat błędu:
Z góry dziękuję za pomoc w rozwiązaniu problemu
Oto komunikat błędu:
Kod: Zaznacz cały
Couldn't access list of Forums
DEBUG MODE
SQL Error : 1195 Table 'p' is marked as crashed and last (automatic?) repair failed
SELECT f.*, p.post_time, p.post_username, p.post_approve, u.username, u.user_id, u.user_level, u.user_jr, t.topic_last_post_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 = p.post_id AND t.forum_id = f.forum_id) ORDER BY f.forum_order, f.forum_id
Line : 233
File : functions.php