Auth_access
Verfasst: 22.12.2005 14:19
Hallo Leute.
Folgender Fehler wenn ich einen user die erlaubnis geben will in ein privates Forum zu gehen.
Habe
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 (46, , 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)
Ausgeführt, Problem blieb aber. Was nun?
Ich bin mit meinem Latein am ende^^
FElix
Folgender Fehler wenn ich einen user die erlaubnis geben will in ein privates Forum zu gehen.
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 (46, , 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)
Line : 399
File : admin_ug_auth.phpINSERT 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 (46, , 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)
Ausgeführt, Problem blieb aber. Was nun?
Ich bin mit meinem Latein am ende^^
FElix