Problems when upgrading from 1.1.8 to 1.2.12

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
NickDeGraeve
Posts: 8
Joined: 03 Jul 2007, 08:45
Location: Hamme, Belgium

Problems when upgrading from 1.1.8 to 1.2.12

Post by NickDeGraeve »

Hi

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;
...
Is it safe to continue regardless?
Post Reply