Most of the upgrade went fine, but I came across those two point.
I used install.sh to upgrade, no errors there.
In the web-install (http://ip/oreon/) in step 4 Creating Database this error appeared:
Warning: file() expects parameter 2 to be long, string given in /usr/local/oreon/www/install/upgrade.php on line 192
So I did the sql-upgrade manually with UpdateDB-1.3beta2.sql.
That upgrade gave 1 error:
mysql> ALTER TABLE `giv_components_template` ADD `ds_invert` INT NULL DEFAULT 'NULL' AFTER `ds_transparency` ;
ERROR 1067 (42000): Invalid default value for 'ds_invert'
So I removed the quotes around second NULL value (the default VALUE) and then that line was accepted.
Hope this helps somebody if he/she encounters the same.
For the rest the upgrade went great
Regards
Menno
I used install.sh to upgrade, no errors there.
In the web-install (http://ip/oreon/) in step 4 Creating Database this error appeared:
Warning: file() expects parameter 2 to be long, string given in /usr/local/oreon/www/install/upgrade.php on line 192
So I did the sql-upgrade manually with UpdateDB-1.3beta2.sql.
That upgrade gave 1 error:
mysql> ALTER TABLE `giv_components_template` ADD `ds_invert` INT NULL DEFAULT 'NULL' AFTER `ds_transparency` ;
ERROR 1067 (42000): Invalid default value for 'ds_invert'
So I removed the quotes around second NULL value (the default VALUE) and then that line was accepted.
Hope this helps somebody if he/she encounters the same.
For the rest the upgrade went great

Regards
Menno