Seite 1 von 1

Debug mode SQL Fehlermeldung

Verfasst: 18.10.2004 06:51
von Legende
hi leute wo liegt hier der fehler? komm ned draus gestern abend ging noch alles prima und jetzt geht nix mehr?

could not obtain main information.

DEBUG MODE

SQL Error : 1030 Got error 28 from table handler

SELECT t.*, f.forum_id, f.forum_name, u.username AS first_poster, u.user_id AS first_poster_id, u2.username AS last_poster, u2.user_id AS last_poster_id, p.post_username AS first_poster_name, p2.post_username AS last_poster_name, p2.post_time, pt.* FROM phpbb_topics t, phpbb_forums f, phpbb_users u, phpbb_posts p, phpbb_posts p2, phpbb_users u2, phpbb_posts_text pt WHERE t.forum_id NOT IN ('start') AND t.topic_poster = u.user_id AND f.forum_id = t.forum_id AND p.post_id = t.topic_first_post_id AND p2.post_id = t.topic_last_post_id AND u2.user_id = p2.poster_id AND t.topic_last_post_id = pt.post_id ORDER BY t.topic_last_post_id DESC LIMIT 5
Line : 48
File : /home/webserver/forum/recent.php

Line48 ist -> message_die(GENERAL_ERROR, 'could not obtain main information.', '', __LINE__, __FILE__, $sql);

Grüsse

Verfasst: 18.10.2004 09:17
von PhilippK
Da dürfte die Platte voll sein...

Gruß, Philipp