By Carol-Beth Scott on Tuesday, 13 January 2015
Posted in Technical Issues
Replies 2
Likes 0
Views 609
Votes 0
EasyBlog 3.9.19775
Joomla 3.3.6

I went to the ACL settings in EasyBlog where it displayed my Joomla user groups. I was trying to figure out how to control which group can/cannot post. I have a group called "Easy Blog Access" so I searched for "blog" within the settings and now get the following error when trying to access the ACL settings:

1054 Unknown column 'name' in 'where clause' SQL=SELECT a.id, a.title AS `name`, COUNT(DISTINCT b.id) AS level , GROUP_CONCAT(b.id SEPARATOR ',') AS parents FROM iiid_usergroups AS a LEFT JOIN `iiid_usergroups` AS b ON a.lft > b.lft AND a.rgt < b.rgt WHERE LOWER( name ) LIKE '%blog%' GROUP BY a.id ORDER BY a.lft ASC

Clicking "Return to Control Panel" returns me to the Joomla control panel.
Hello Carol,

Please replace the attached file in: ../administrator/components/com_easyblog/models/acl.php and see how it goes.
·
Tuesday, 13 January 2015 10:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Here is the file.
·
Tuesday, 13 January 2015 10:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post