|
Forum Module
when i try and update permissions for people in my forum i recieve this error
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 nuke_bbauth_access (forum_id, group_id, auth_view, auth_read, auth_post, auth_reply, auth_vote, auth_pollcreate, auth_mod) VALUES (13, , 1, 1, 1, 1, 1, 1, 0)
Line : 425
File : /home/www/sffsquadbhd.com/modules/Forums/admin/admin_ug_auth.php
below this i have copued line 425
message_die(GENERAL_ERROR, "Couldn't update private forum permissions", "", __LINE__, __FILE__, $sql);
Has any1 got any ideas why this is happening?
|