This error appears when registration is set to user or admin after the new member clicks submit to join the forum.
Code:
Error inserting user group, group count
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 ’ 2235, 0)’ at line 2
INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES (, 2235, 0)
Line : 1080
File : usercp_register.php
This is the line listed:
Code:
message_die(GENERAL_ERROR, ‘Error inserting user group, group count’, ‘’, LINE, FILE, $sql);