So schaut bei mir die Zeile im besagten Sheet aus:Could not update auth table
DEBUG MODE
SQL Error : 1054 Unknown column 'auth_globaltopic' in 'field list'
UPDATE phpbb_forums SET auth_view = 2, auth_read = 2, auth_post = 2, auth_reply = 2, auth_edit = 2, auth_delete = 2, auth_sticky = 2, auth_announce = 3, auth_vote = 2, auth_pollcreate = 2, auth_globaltopic = 0, auth_attachments = 0, auth_download = 0 WHERE forum_id = 1
Line : 146
File : admin_forumauth.php
Leider konnte in vergleichbaren Fragestellungen hier im Forum nicht wirklich schlau werden. Wäre toll, wenn mir jemand helfen könnte. THXmessage_die(GENERAL_ERROR, 'Could not update auth table', '', __LINE__, __FILE__, $sql);
EDIT:
Ich sehe, dass das Problem mit dem bei mir nicht funktionierenden Global Topic Mod zusammenhängt - da hat mir die Installation vor einigen Tagen vieles durcheinandergebracht, bis ein Freund mir den sich durch mehrere Sheets ziehenden Fehler ausgebessert hat.