ich habe (versucht) zwei phpbb 2.0.11 zu verschmelzen mit diesem MOD/Snippes/Datei http://www.typo.nl/misc/merge_phpbb.phps.
Ich musste in dem total vermoddeten Board ein paar Felder löschen, weil das Script sonst immer abgebrochen hat. Nun hat das Verschmelzen lokal auch geklappt was User, Topics und Beiträge angeht. Allerdings erhalte ich (wahrscheinlich wegen der fehlenden Felder) immer folgende Fehlermeldung, wenn ich einen Beitrag aufrufen will.
Code: Alles auswählen
Could not obtain topic information
DEBUG MODE
SQL Error : 1054 Unknown column 'f.auth_attachments' in 'field list'
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 = 514 AND f.forum_id = t.forum_id
Line : 155
File : viewtopic.php
Könnt ihr mir helfen?