●快速架站程式:iis5+php5+mysql5
●您的上網方式:ADSL
●您安裝的程式:iis5+php5+mysql5
●您的 phpBB 版本:phpBB 2.0.22
●您的 phpBB 風格:subSilver
請問各位大大~
當我在後台修改"會員管理的權限設定"時,會出現錯誤...
希望大家可以幫我解決~感激不敬...
代碼: 選擇全部
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)' at line 2
INSERT INTO phpbb_auth_access (forum_id, group_id, auth_mod) VALUES (2, , 1)
Line : 391
File : admin_ug_auth.php代碼: 選擇全部
Could not obtain moderator status
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 ') AND aa.group_id = ug.group_id AND aa.auth_mod = 1 GROUP BY ug.use' at line 3
SELECT ug.user_id, COUNT(auth_mod) AS is_auth_mod FROM phpbb_auth_access aa, phpbb_user_group ug WHERE ug.user_id IN () AND aa.group_id = ug.group_id AND aa.auth_mod = 1 GROUP BY ug.user_id
Line : 532
File : admin_ug_auth.php


