Page 1 of 1

"Unknown Column" after update.

Posted: Sat 29. Sep 2007, 08:31
by patc
After what seemed like a successful update from 1.2.5 to 1.3.3, I have run into a problem - I can't create new content! I get the following error eevry time:

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

Suggestions?

EDIT - Please ignore, found the answer. For some reason my first search failed... must be time for bed.

Posted: Sat 29. Sep 2007, 08:52
by juergen
:roll:

** S*E*A*R*C*H*F*U*N*C*T*I*O*N**

Posted: Sat 29. Sep 2007, 08:57
by patc
DF6IH wrote::roll:

** S*E*A*R*C*H*F*U*N*C*T*I*O*N**
Yes, I know all about the search function, but thanks for being so kind is to point it out. Really helpful - particularly in light of my edit.


I am now getting "Unknown column 'acontent_paginate_page' in 'field list'"

I will make use of your most excellent search function tomorrow, for now I am going to bed. Please feel free to make helpful suggestions for that too.

Posted: Sat 29. Sep 2007, 09:05
by juergen
in phpmyadmin:

Code: Select all

ALTER TABLE `phpwcms_articlecontent` ADD `acontent_created` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `acontent_uid` ;
bringing edit light to point of interest :D