Hi,
I use VB 2.0.8 and J3.4.1
Since the update I get an error, when I try to filter the users by group in the BE:
Code:
Unknown column 'e.' in 'on clause' SQL=SELECT COUNT( DISTINCT a.`id` ) FROM `bthsf_comprofiler` AS a INNER JOIN `bthsf_users` AS b ON b.`id` = a.`id` LEFT JOIN `bthsf_session` AS c ON c.`client_id` in (0,1) AND c.`userid` = a.`id` LEFT JOIN `bthsf_user_usergroup_map` AS d ON d.`user_id` = a.`id` INNER JOIN `bthsf_user_usergroup_map` AS e ON e.`` = a.`` LEFT JOIN`bthsf_user_usergroup_map` AS f ON f.`user_id`=e.`user_id` WHERE ( f.`group_id` = 13 )
Any idea what's going wrong?
Greetings
Mapache