So;DANKE

dass hat soweit geklappt!
Wenn ich aber jetzt ein neues Thema erstellen will, kommt dieses hier:
Failed obtaining forum access control lists
DEBUG MODE
SQL Error : 1054 Unknown column 'a.auth_globalannounce' in 'field list'
SELECT a.forum_id, a.auth_view, a.auth_read, a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_sticky, a.auth_announce, a.auth_vote, a.auth_pollcreate, a.auth_globalannounce, a.auth_attachments, a.auth_download, a.auth_mod FROM phpbb_auth_access a, phpbb_user_group ug WHERE ug.user_id = 2 AND ug.user_pending = 0 AND a.group_id = ug.group_id AND a.forum_id = 1
Line : 166
File : auth.php
Weiterer Fehler (beim erstellen eines neuen Forums):
Allgemeiner Fehler
Couldn't insert row in forums table
DEBUG MODE
SQL Error : 1054 Unknown column 'auth_download' in 'field list'
INSERT INTO phpbb_forums (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_download) VALUES ('3', 'Werbung blocken!!!', 2, 'Wenn euch die Werbung nervt, müsst ihr euch dort registrieren: Funpic. Jedoch wird diese Seite nur dann werbefrei, wenn ihr euch über genau diesen Link anmeldet!!!', 20, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1)
Line : 402
File : admin_forums.php