Error after upgrading from 1.2.8 to 1.3.3

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
jpkcms
Posts: 18
Joined: Mon 11. Sep 2006, 01:09

Error after upgrading from 1.2.8 to 1.3.3

Post by jpkcms »

After a upgrade from 1.2.8 to 1.3.3 I get following error, when making a new article content:

"error while creating new article content: Unknown column 'acontent_created' in 'field list'"

Can someone help ?

Bedst regards:
JPK
User avatar
Cipolla
Posts: 451
Joined: Sat 16. Feb 2008, 20:39
Location: Muppet Show

Re: Error after upgrading from 1.2.8 to 1.3.3

Post by Cipolla »

...
jpkcms
Posts: 18
Joined: Mon 11. Sep 2006, 01:09

Re: Error after upgrading from 1.2.8 to 1.3.3

Post by jpkcms »

Thank you ... that was super ... SOLVED:

ALTER TABLE `phpwcms_articlecontent` ADD `acontent_created` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `acontent_uid` ;

BR
JPK
Post Reply