I'm experiencing some bugs such as when I click over bloggers it shows: 1054 Unknown column 'a.usertype' in 'order clause' SQL=select count( p.id ) as `totalPost`, COUNT( DISTINCT(g.content_id) ) as `featured`, a.* from `wdal7_users` as a left join `wdal7_easyblog_post` as p on a.`id` = p.`created_by` and `p`.`published` = '1' and p.`state` = '0' left join `wdal7_easyblog_featured` AS `g` ON a.`id`= g.`content_id` AND g.`type`= 'blogger' where (1 <= (select count(1) from `wdal7_easyblog_acl_group` as ag inner join `wdal7_easyblog_acl` as acl on ag.`acl_id` = acl.`id` inner join `wdal7_user_usergroup_map` as up on ag.`content_id` = up.`group_id` where up.`user_id` = `a`.`id` and acl.`action` = 'add_entry' and ag.`type` = 'group' and ag.`status` = 1)) group by a.`id`ORDER BY a.usertype asc
When A blogger intend to use the form to post a article it's not working properly.
Please, help!