1 頁 (共 1 頁)

修改會員管理的"權限設定"時,會出現錯誤..怎辦??><

發表於 : 2008-03-12 18:52
sss912042
●主機作業系統:Windows xp
●快速架站程式: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
admin_ug_auth.php_附件下載

Re: 修改會員管理的"權限設定"時,會出現錯誤..怎辦??><

發表於 : 2008-03-13 06:15
心靈捕手
sss912042 寫:●主機作業系統:Windows xp
●快速架站程式: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
admin_ug_auth.php_附件下載
最新版, 有針對這個檔案做不少修正.

建議您:
升級 2.0.23 後, 再試試.
http://phpbb-tw.net/phpbb/viewtopic.php ... 87#p263687

Re: 修改會員管理的"權限設定"時,會出現錯誤..怎辦??><

發表於 : 2008-03-13 11:03
appleboy
升級到 2.0.23

不過話說,你有裝過啥外掛之類的嗎?