i am trying to clean up my member list, and when i go to delete a member, i get this error, but it seems to delete the member as i wanted.
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 : 317
File : admin_userlist.php
i also want to ask, why does it talk about groups? the 2 deletetions that gave me this error, the members were not in a group.
thanks in advance for any help.