When I try to see a group where user are automatically added after verifying, I can not, i get this error.
Code: Alles auswählen
Error getting user list for group
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 'ORDER BY u.username' at line 7
SELECT u.username, u.*, ug.user_pending FROM phpbb_users u, phpbb_user_group ug WHERE ug.group_id = 148 AND u.user_id = ug.user_id AND ug.user_pending = 0 AND ug.user_id <> ORDER BY u.username
Line : 917
File : groupcp.phpCode: Alles auswählen
Could not obtain user info for moderator list
DEBUG MODE
SELECT user_id, username FROM phpbb_users WHERE user_id = 108
Line : 126
File : admin_groups.phpThis happend only for this group, other groups works ok.