By Paul Kershaw on Thursday, 03 September 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 335
Votes 0
Cannot access front-end of blog, just get a message - 400-Error: Unable to set as revision as current revision on post. This happened after upgrading to latest EasyBlog.
hey Paul,

I am really sorry that delay of this reply,

I've checked in your database revision table `yq5nw_easyblog_revisions`, it seems like almost all the `created_by` columns is sow 0 value.

What I did is run this 2 query in your database :

TRUNCATE TABLE `#__easyblog_revisions`;

UPDATE `#__easyblog_post` set `revision_id`=0 where `locked`=0;

// After execute these 2 query then go back to your backend > Easyblog > post , then it will automatically generate match back the revision id with associated post.



Can you give it a try now? It should work now.
·
Thursday, 03 September 2015 10:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post