"Unknown Column" after update.

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
patc
Posts: 8
Joined: Wed 26. Apr 2006, 20:32

"Unknown Column" after update.

Post 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.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

:roll:

** S*E*A*R*C*H*F*U*N*C*T*I*O*N**
patc
Posts: 8
Joined: Wed 26. Apr 2006, 20:32

Post 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.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post 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
Post Reply