Problem mit der Datenbank
Verfasst: 14.05.2004 11:02
Hallo,
ich möchte mal wissen, wobei es sich um folgenden Fehler handelt, der so und in einer ähnlichen Form immer mal wieder im Forum auftritt.
Dazu muss ich sagen, das der Fehler nicht bei einer bestimmten Datei, sondern immer rein Zufällig auftritt. Ich kann aus der ganzen Sache nur entnehmen, das das Forum scheinbar keine Verbindung zur Datenbank hat, nur ich möchte wissen, auf die Datenbank oder das Forum der Grund dafür ist.
Gruss.
ich möchte mal wissen, wobei es sich um folgenden Fehler handelt, der so und in einer ähnlichen Form immer mal wieder im Forum auftritt.
Code: Alles auswählen
Could not query announcements information
DEBUG MODE
SQL Error : 2013 Lost connection to MySQL server during query
SELECT t.topic_id, t.topic_time, t.topic_title, pt.post_text, u.username, u.user_id, t.topic_replies, pt.bbcode_uid, t.forum_id, t.topic_poster, t.topic_first_post_id, t.topic_status, pt.post_id, p.post_id, p.enable_smilies FROM lmf_phpbb_topics AS t, lmf_phpbb_users AS u, lmf_phpbb_posts_text AS pt, lmf_phpbb_posts AS p WHERE t.forum_id IN (15) AND t.topic_time <= 1084389492 AND t.topic_poster = u.user_id AND t.topic_first_post_id = pt.post_id AND t.topic_first_post_id = p.post_id AND t.topic_status <> 2 ORDER BY t.topic_time DESC LIMIT 0,5
Line : 86
File : /is/htdocs/26685/www.jensheinen.de/lmf/phpBB2/fetchposts.phpGruss.