By Bob Palmerton on Tuesday, 16 February 2016
Posted in Technical Issues
Replies 4
Likes 0
Views 610
Votes 0
I have autopublishing to Facebook, Twitter and LinkedIn set up on my site. However whenever I set a new blog post to have a "Publish Date" in the future I get a 1054 error. See attached screengrab.
Hi Bob,

I am sorry for the late reply for this. It seems you are using an older version 3.9.24862 of EasyBlog. Can you update to the latest version. Please let us know if you still hit the error, or require any further assistance:) .

By the way, please remember to assign your domain to your license to obtain for support in the future. You can do so by accessing your license area at http://stackideas.com/dashboard
·
Tuesday, 16 February 2016 12:26
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Bob,

it seems like you missing this `autoposting` column in `dh8kx_easyblog_post` table, I have help you run this following query, it should work fine now, can you give it a try now?

ALTER TABLE `dh8kx_easyblog_post` ADD `autoposting` text NOT NULL;


If the issue still persists, perhaps you can try to update to Easyblog 5 as my colleague suggested earlier and see how it goes?
·
Tuesday, 16 February 2016 12:35
·
0 Likes
·
0 Votes
·
0 Comments
·
I ended up installing EasyBlog 5 and everything appears to be working now. Thanks!
·
Wednesday, 17 February 2016 06:51
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Bob! . Have a nice day
·
Wednesday, 17 February 2016 10:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post