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
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?