When I go to component/Easyblog/SEO I get this error page :
An error has occurred.
1054 Unknown column 'm.title' in 'field list' SQL=SELECT * FROM ( (SELECT m.id, m.type, m.content_id, m.keywords, m.description, m.indexing, if(m.title != '', ifnull(m.title, p.title), p.title) AS title FROM `cyfnb_easyblog_meta` AS m INNER JOIN `cyfnb_easyblog_post` AS p ON m.content_id = p.id AND p.`published`!='9' WHERE m.`type` = 'post') UNION (SELECT m.id, m.type, m.content_id, m.keywords, m.description, m.indexing, if(m.title != '', ifnull(m.title, p.title), p.title) AS title FROM `cyfnb_easyblog_meta` AS m LEFT JOIN `cyfnb_easyblog_team` AS p ON m.content_id = p.id WHERE m.`type` = 'team') UNION (SELECT m.id, m.type, m.content_id, m.keywords, m.description, m.indexing, if(m.title != '', ifnull(m.title, p.name), p.name) AS title FROM `cyfnb_easyblog_meta` AS m LEFT JOIN `cyfnb_users` AS p ON m.content_id = p.id WHERE m.`type` = 'blogger') UNION (SELECT m.* FROM `cyfnb_easyblog_meta` AS m WHERE m.`type` = 'view') UNION (SELECT m.id, m.type, m.content_id, m.keywords, m.description, m.indexing, if(m.title != '', ifnull(m.title, p.title), p.title) AS title FROM `cyfnb_easyblog_meta` AS m LEFT JOIN `cyfnb_easyblog_category` AS p ON m.content_id = p.id WHERE m.`type` = 'category')) AS x LIMIT 0, 20
Obviously something is wrong with database. This is a new installation of easyblog and I have not transferred anything to the database.
The site is
http://goo.gl/vGH7SS
If you need backend access send PM details - thank you.