ich habe 10 Benutzer aus einer anderen Forensoftware mittels phpMyAdmin in phpbb_users eingefügt (Neue Zeile einfügen, Namen, eMail und MD5-Passwort übertragen)
Soweit funktioniert auch alles, aber wenn ich spezielle Berechtigungen vergeben will kommt:
Code: Alles auswählen
Couldn't update private forum permissions
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)' at line 2
INSERT INTO phpbb_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 (6, , 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)
Line : 391
File : admin_ug_auth.php
Schonmal vielen Dank für die Hilfe!