SQL ERROR 1064 - topic_review.php
Verfasst: 07.04.2007 09:44
Hallo Leute,
es ist mal wieder soweit, ich habe das Problem, daß wenn man eine Antwort verfassen will, im Thema-Überblick die ganze Seite, aber keine Posts angezeigt werden, statt der Posts wird die u.g. Fehlermedlung gebracht.
Hier mal ein Link zum Forum, im Testforum könnt ihr alles ausprobieren, ohne euch zu registrieren.
http://www.guzzipower.de/forum
Hoffe mir kann jemand helfen.
Achja, hab' den Attachment Mod installiert, kann aber echt nicht sagen, ob das Problem vorher schon bestand.
Viele Grüße
Marcus
es ist mal wieder soweit, ich habe das Problem, daß wenn man eine Antwort verfassen will, im Thema-Überblick die ganze Seite, aber keine Posts angezeigt werden, statt der Posts wird die u.g. Fehlermedlung gebracht.
Hier mal ein Link zum Forum, im Testforum könnt ihr alles ausprobieren, ohne euch zu registrieren.
http://www.guzzipower.de/forum
Hoffe mir kann jemand helfen.
Achja, hab' den Attachment Mod installiert, kann aber echt nicht sagen, ob das Problem vorher schon bestand.
Viele Grüße
Marcus
Hier der Code aus der topic_review.phpCould not obtain topic information
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; = ''; attach_setup_viewtopi' at line 3
SELECT t.topic_title, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments FROM phpbb_topics t, phpbb_forums f WHERE t.topic_id = 14; = ''; attach_setup_viewtopic_auth(, ); AND f.forum_id = t.forum_id
Line : 50
File : topic_review.php
Code: Alles auswählen
47 AND f.forum_id = t.forum_id";
48 if ( !($result = $db->sql_query($sql)) )
49 {
50 message_die(GENERAL_ERROR, 'Could not obtain topic information', '', __LINE__, __FILE__, $sql);
51 }