Hi,
I have finally moved to EasyBlog 5 but I am having issues with some of my components.
Firstly, I have a rockettheme template which uses rocksprocket components i.e. to display my latest easyblog lists etc. After installing E5, my lists no longer display, and when I click on the module in Extensions-Modules then I am presented with an sql error and no option to configure the module:
An error has occurred.
1054 Unknown column 'a.private' in 'field list' SQL=SELECT a.id, a.title, a.content, a.intro, a.excerpt, a.category_id, a.private, a.published, a.created, a.created_by, a.modified, a.frontpage, a.language, a.hits, a.publish_up, a.publish_down, a.image, a.language, a.copyrights, a.source, a.robots,f.content_id,c.title AS category_title, c.private,ua.name AS author_name,ua.name AS author_name,ROUND( SUM(v.value) / COUNT(v.id), 0 ) AS rating, COUNT(v.uid) as rating_count,l.title AS language_title,m.keywords AS metakey, m.description AS metadesc,CONCAT_WS(",", t.title) AS tags,COUNT(cc.id) AS comment_count,CONCAT_WS(",", ca.content_id) AS category_access FROM og4uq_easyblog_post as a LEFT JOIN og4uq_easyblog_featured AS f ON f.content_id = a.id LEFT JOIN og4uq_easyblog_category AS c ON c.id = a.category_id LEFT JOIN og4uq_users AS ua ON ua.id = a.created_by LEFT JOIN og4uq_easyblog_users AS eu ON eu.id = ua.id LEFT JOIN og4uq_easyblog_ratings AS v ON v.uid = a.id LEFT JOIN og4uq_languages AS l ON a.language = l.lang_code LEFT JOIN og4uq_easyblog_meta AS m ON (m.content_id = a.id AND m.type = "post") LEFT JOIN og4uq_easyblog_post_tag AS pt ON pt.post_id = a.id LEFT JOIN og4uq_easyblog_tag AS t ON t.id = pt.tag_id LEFT JOIN og4uq_easyblog_comment AS cc ON cc.post_id = a.id LEFT JOIN og4uq_easyblog_category_acl AS ca ON (ca.category_id = c.id AND ca.type = "group") LEFT JOIN og4uq_easyblog_category_acl_item AS cai ON (cai.id = ca.acl_id AND cai.action = "view") WHERE ((((c.private < 2) OR ((1 IN (CONCAT_WS(",", ca.content_id))) OR (8 IN (CONCAT_WS(",", ca.content_id))))) AND (a.published != -2)) AND a.published IN (1) AND a.category_id IN (1)) GROUP BY a.id ORDER BY a.created DESC
Secondly, I am using imagewall to display content, and in the previous version one of your support helped me change some files to include a default image for articles that did not have an image. This has now reverted back to the original problem: that articles without images are appearing as blank white spaces which look odd. I should be able to track the original post and its solution, but my question is, would it work with the new easyblog file?
Kind regards
Mel