Seite 1 von 1

Fehler bei phpbb 2.0.4 mit Attachment Mod

Verfasst: 21.01.2003 16:34
von coldandgrey
habe gerade den attachment mod beim neuen 2.0.4 installiert und bekomme nun folgende fehlermeldung beim klicken auf einen post:
Could not obtain topic information

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near 'attach_setup_viewtopic_auth(, SELECT * FROM phpbb_attachments_config); ' at line 5

SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, 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 = 1 AND f.forum_id = t.forum_id attach_setup_viewtopic_auth(, SELECT * FROM phpbb_attachments_config);

Line : 151
File : /home/coldandg/public_html/phpTT/viewtopic.php
kann mir da jemand helfen?

wenn ihr es euch live anschauen wollt: http://www.coldandgrey.de/phpTT

Verfasst: 21.01.2003 23:34
von Mondi
frag mal unter www.opentools.de
dort wurde mir sehr flott geholfen.
Ich vermute mal, dass dein MOD noch nicht auf 2.0.4. angepasst ist.

Verfasst: 22.01.2003 09:54
von d00kie
Aktuellste Version des Attachment-Mods ist 2.3.5 (für phpBB2.0.4).

Verfasst: 22.01.2003 10:32
von Acyd Burn
Sieht lustig aus. :D

Da hast du garantiert etwas falsch editiert.

Einfach mal die viewtopic.php, notfalls mit den pre-edited files, überprüfen.

Verfasst: 22.01.2003 14:19
von coldandgrey
ok geht jetzt. vielen dank an Acyd Burn!