Hi, I am having issues with easyblog 3.9 latest version. please advise.
Error: 1054
Unknown column 'a.private' in 'where clause' SQL=SELECT a.*, b.`title` AS `category` FROM `xxx_easyblog_post` AS a LEFT JOIN `xxx_easyblog_category` AS b ON a.category_id = b.id INNER JOIN `xxx_easyblog_featured` AS c ON a.`id` = c.`content_id` AND c.`type` = 'post' WHERE a.`published` = 1 AND a.`private` = '0' ORDER BY a.`created` DESC LIMIT 10