Version: event_staticpages 3.60
I just discovered an error in mysql insert when changing a staticpage.
It says field last_modified is missing, but the create table function nor the updates don't include this field.
Is this just a missing field, a bug in the form or just something weired?
Ian
Update:
Just tried to ALTER by hand
Code: Select all
ALTER TABLE `rvb_staticpages` ADD `last_modified` INT( 10 ) UNSIGNED NOT NULL AFTER `timestamp`;
ALTER TABLE `rvb_staticpages` ADD related_category_id int(4) default 0 AFTER `articletype`;