By Kane on Wednesday, 28 October 2015
Posted in General Issues
Replies 1
Likes 0
Views 886
Votes 0
I am getting two errors, maybe related, maybe not.

First was attempting to publish on front end, receive "unexpected token" error. However, blog still posted (pending in this case).

Second- attempting to publish the pending blog above and received the following error
1054 Unknown column 'title' in 'field list' SQL=UPDATE `rich4_easyblog_meta` SET `type`='post',`content_id`='11',`title`='',`keywords`='',`description`='',`indexing`='1' WHERE `id`='31'
Hey Kane,

It seems like you missing this column `title` in this table `#__easyblog_meta`, so I manually run the sql added this columns in your database.

alter table `rich4_easyblog_meta` add  `title` text NOT NULL;


It should work fine now.
·
Wednesday, 28 October 2015 13:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post