after updating to 2.0.9 on Joomla 3.4.1 when I click on users I get the following error
Unknown column 'a.block' in 'where clause' SQL=SELECT COUNT( DISTINCT a.`id` ) FROM `jos_comprofiler` AS a INNER JOIN `jos_users` AS b ON b.`id` = a.`id` LEFT JOIN `jos_session` AS c ON c.`client_id` in (0,1) AND c.`userid` = a.`id` LEFT JOIN `jos_user_usergroup_map` AS d ON d.`user_id` = a.`id` WHERE ( a.`block` = 1 )
Im sorry I saw post just like mine as a potential bug
I downgraded to version 2.0.7 and I dont have this problem anymore