ricco1 wrote: Here is the whole error:
Unknown column 'e.' in 'on clause' SQL=SELECT COUNT( DISTINCT a.`id` ) FROM `xxx_comprofiler` AS a INNER JOIN `xxx_users` AS b ON b.`id` = a.`id` LEFT JOIN `xxx_session` AS c ON c.`client_id` in (0,1) AND c.`userid` = a.`id` LEFT JOIN `xxx_user_usergroup_map` AS d ON d.`user_id` = a.`id` INNER JOIN `xxx_user_usergroup_map` AS e ON e.`` = a.`` LEFT JOIN`xxx_user_usergroup_map` AS f ON f.`user_id`=e.`user_id` WHERE ( f.`group_id` = 8 )
Yes, that is a know issue that will be fixed in CB 2.0.9.
For now just empty your browser cache and avoid filtering by group on CB User Management page.