●快速架站程式:N/A
●免費空間連結: N/A
●您的上網方式:ADSL
●您安裝的程式:Apache + php + MySql
●您的 phpBB2 版本:phpBB 2.0.6
●錯誤代碼: N/A
最近裝了蠻多MOD的, 例如顯示會員群組於文章內左側, 保護使用者帳號等等,
但不知道為何會發生以下兩種錯誤訊息:
1.當使用者填完註冊資料送出後
PS:使用者帳號仍順利被建立, 但是認證信函沒有寄出.
2.當我再管理控制台裡刪除會員的時候Could not insert data into user_group table
DEBUG MODE
SQL Error : 1196 Warning: Some non-transactional changed tables couldn't be rolled back
INSERT INTO phpbb_user_group (user_id, group_id, user_pending) VALUES (132, 154, 0)1067234893
Line : 643
File : C:\Program Files\Apache Group\Apache2\htdocs\phpBB2\\includes\usercp_register.php
PS:使用者帳號仍然有被刪除.
請各位救救我吧!!Could not delete group for this user
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 '' at line 2
DELETE FROM phpbb_groups WHERE group_id =
Line : 166
File : C:\Program Files\Apache Group\Apache2\htdocs\phpBB2\admin\admin_users.php
