Code: Alles auswählen
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 (12, , 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)
Line : 390
File : admin_ug_auth.php
wenn ich dann in der datei kucke steht an der stelle
Code: Alles auswählen
message_die(GENERAL_ERROR, "Couldn't update private forum permissions", "", __LINE__, __FILE__, $sql);
MFG Taz