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.
"Unknown Column" after update.
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.DF6IH wrote:![]()
** S*E*A*R*C*H*F*U*N*C*T*I*O*N**
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.
in phpmyadmin:
bringing edit light to point of interest 
Code: Select all
ALTER TABLE `phpwcms_articlecontent` ADD `acontent_created` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `acontent_uid` ;