PDA

View Full Version : PHPBB help


Flasch186
09-21-2009, 08:16 PM
Im getting this error when I try to update people's permissions in the admin page:

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, 0)' at line 2

INSERT INTO phpbb_auth_access (forum_id, group_id, auth_view, auth_read, auth_post, auth_reply, auth_vote, auth_pollcreate, auth_mod) VALUES (15, , 1, 1, 1, 1, 1, 1, 0)

Line : 426
File : admin_ug_auth.php

Any help would be greatly appreciated. this is a new thing too, it didnt do this a month ago.

cartman
09-21-2009, 08:20 PM
It looks like possibly it isn't sending anything for the group_id.