Error when blog entry page in composer mode

Permalink
Hi,

I have created a basic blog and have the blog entry page type open in composer mode. After some number of seconds, while editing the fields (doesn't seem related to any field in particular) the following error occurs:

An exception occurred while executing 'UPDATE CollectionSearchIndexAttributes SET ak_blog_image = ? WHERE cID = ?' with params [null, "241"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ak_blog_image' in 'field list'


Any help with this would be appreciated. I see similar posts for different SQL errors, but didn't find this specific one when I searched the forum.

We are using Version 8.2.1

Cheers
Craig

 
hutman replied on at Permalink Best Answer Reply
hutman
It looks like it's erroring trying to add the blog image to the search index.

Do you have an attribute with the handle "blog_image"?
Is it set to searchable?
cworgan replied on at Permalink Reply
I do have a blog_image attribute. It is set to searchable. I changed the attribute to not be included in the search index, but I still get the error.
cworgan replied on at Permalink Reply
So, when I disable the field from the index and also disable Available in advanced search the error goes away. Make sense now that I think about it.

Thanks for your help!