I am now receiving the following error:
- Code: Select all
Couldn't update auth access
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near 'group_id = 3' at line 3
UPDATE phpbb_auth_access SET auth_view = 0, auth_read = 0, auth_post = 0, auth_reply = 0, auth_edit = 0, auth_delete = 0, auth_sticky = 0, auth_announce = 0 , auth_globalannounce = 0WHERE group_id = 3
Line : 202
File : /mypath/forum/admin/admin_ug_auth.php
I am using phpbb2.0.11, and have the following MODs installed:
- easymod
- Admin_userlist_202
- global_announcement_1.2.8em
- SeparateAnnouncementsAndSticky_1.1.0
- signatures_control_1.2.1em
- Resize_Image_Based_on_Max_Width
Does anyone have an idea how I can fix this? (Is anyone reading these?)
Thanks very much

