By Terrence Hines on Friday, 09 September 2016
Posted in General
Likes 0
Views 612
Votes 0
Hello,

I'm having several problem with SEO settings on my website basept.net

1. When I access EasyBlog > SEO I get the following error: jos-Error: Unknown column 'm.title' in 'field list' SQL=SELECT * FROM ( (SELECT m.id, m.type, m.content_id, m.keywords, m.description, m.indexing, m.title FROM `#__easyblog_meta` AS m WHERE m.`type` = 'view')) AS x LIMIT 0, 20


2. Entering Meta Description or Keywords in posts do NOT save (even hitting Enter does not save the settings once the post is saved or published, closed, then re-opened).

I tried with both Meta Keywords and Meta Description settings on and off ( Settings>SEO>General>Automatically Fill Meta Keywords, Automatically Fill Meta Description>YES or NO ===neither option works)
Hey there,

It seems like this table (fxuhb_easyblog_meta) missing that `title` columns, I already help you updated on your database.

ALTER TABLE `fxuhb_easyblog_meta` ADD `title` text NOT NULL;


2. Entering Meta Description or Keywords in posts do NOT save (even hitting Enter does not save the settings once the post is saved or published, closed, then re-opened).

I tried with both Meta Keywords and Meta Description settings on and off ( Settings>SEO>General>Automatically Fill Meta Keywords, Automatically Fill Meta Description>YES or NO ===neither option works)

If you enable this `Automatically Fill Meta Keywords, Automatically Fill Meta Description` setting, it will only show on the page instead of the SEO field from the composer, you can refer on my attached first screenshot below.

If you manually add into composer, regarding the keyword field, you have to press enter key.

Hope this help.
·
Friday, 09 September 2016 13:05
·
0 Likes
·
0 Votes
·
0 Comments
·
It looks like it fixed the issue. So far so good. Thanks so much for your quick resolution!
·
Saturday, 10 September 2016 00:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Terrence,

Thanks for updating us on this and I am glad that your issues are resolved now
·
Saturday, 10 September 2016 00:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post