Hello,
I recently updated my EasyDiscuss. I had a recent problem with Easy Discuss not working, but that has been resolved. However, none of my discussions are visible except one. Please go to my forum page and you'll see that only one discussion is published. All others are not. From the backend, they all have the error:
1054 Unknown column 'a.section' in 'where clause' SQL=SELECT a.*, '2' AS `acl_id` FROM `#__discuss_customfields` AS a WHERE a.`published` = '1' AND 1 <= ( SELECT COUNT(1) FROM `#__discuss_customfields_rule` AS b WHERE b.`field_id` = a.`id` AND b.`content_type` = 'group' AND b.`acl_id` = '2' AND b.`content_id` IN (1,8) ) AND a.`section` = '1' ORDER BY a.`ordering`