By Donald Griswold on Friday, 11 May 2018
Posted in General
Replies 1
Likes 0
Views 445
Votes 0
Getting "1054 Unknown column 'autopost_date' in 'field list' " when i hit new post.

How can I fix this?
Can you try execute this following SQL in your database and see how it goes?

Replace that #__ to your table prefix before you execute this SQL query.

ALTER TABLE `#__easyblog_post` ADD `autopost_date` datetime DEFAULT '0000-00-00 00:00:00';


By the way, may i know which Easyblog version you upgrade from?

Can you also update us with your site backend and FTP access at http://stackideas.com/dashboard/site if the issue still persists?
·
Friday, 11 May 2018 12:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post