I'm trying to upgrade our 1.1.8 installation to the latest, 1.2.12.
I followed the instructions described here.
On the /admin/install.php page I checked the "Print SQL Queries instead of Writing to the Database" checkbox and clicked the "Install/Upgrade" button.
I get all green "GOOD" boxes but among the SQL statements there's this:
Code: Select all
...
ALTER TABLE mantis_news_table CHANGE COLUMN date_posted_int date_posted INTEGER UNSIGNED NOT NULL DEFAULT 1;
SYSTEM WARNING: 'Invalid argument supplied for foreach()' in '/opt/website/apache/mantisbt-1.2.12/core/database_api.php' line 609
ALTER TABLE mantis_bug_revision_table ADD timestamp_int INTEGER UNSIGNED NOT NULL DEFAULT 1;
...