habe leider bei der Installation eines "testforums" die phpbb_auth_access (version 2.0.17) auf meiner Datenbank mit der phpbb_auth_access der version (2.0.19) überschrieben.
Als Gast funktioniert das Forum ohne Probleme. Sobald man sich jedoch einloggt bekommt man folgende Fehlermeldung:
Code: Alles auswählen
Allgemeiner Fehler
Failed obtaining forum access control lists
DEBUG MODE
SQL Error : 1054 Unknown column 'a.auth_news' in 'field list'
SELECT a.forum_id, a.auth_view, a.auth_read, a.auth_news, a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_cal, a.auth_sticky, a.auth_announce, a.auth_global_announce, a.auth_vote, a.auth_pollcreate, a.auth_ban, a.auth_greencard, a.auth_bluecard, a.auth_attachments, a.auth_download, a.auth_mod FROM phpbb_auth_access a, phpbb_user_group ug WHERE ug.user_id = 16 AND ug.user_pending = 0 AND a.group_id = ug.group_id
Line : 221
File : auth.phpNein ich habe kein Backup der Datenbank.
Vielen Dank schonmal für eure Hilfe