Ich habe folgendes Problem:
Wenn ich in die Benutzerbefugnisskontrolle gehe und einem User bestimmte Rechte für ein Forum gebe, kommt manchmal (nicht bei allen Usern) so eine Debug-Fehlernachricht.
oder eine andereCouldn't delete auth access info
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near 'AND auth_mod = 0' at line 3
DELETE FROM phpbb2_auth_access WHERE group_id = AND auth_mod = 0
Line : 178
File : \forum\admin\admin_ug_auth.php
Ich kenne mich recht gut mit PHP aus, braucht mir also keiner zu sagen, dass er die $group_id variable nicht findet... aber kann mir einer vielleicht gründe nennen, wie das auftreten konnte?!Couldn't update private forum permissions
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ' 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)' at line 2
INSERT INTO phpbb2_auth_access (forum_id, group_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_vote, auth_pollcreate, auth_mod) VALUES (119, , 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)
Line : 388
File : \forum\admin\admin_ug_auth.php