Hello,
I am going to try and test upgrade my 7.0.9 to 7.1x, and I started per the instructions with the Upgrade Instructions from 7.0.9 to 7.1.0 page at: http://www.boonex.com/trac/dolphin/wiki/7.0.9-7.1.0.
I did everything, ran the upgrade script, and got this:
ALTER TABLE `sys_menu_bottom`ADD `Visible` set('non','memb') NOT NULL DEFAULT '',ADD `Active` tinyint(1) NOT NULL DEFAULT '1',ADD `Movable` tinyint(1) NOT NULL DEFAULT '1',ADD `Clonable` tinyint(1) NOT NULL DEFAULT '1',ADD `Editable` tinyint(1) NOT NULL DEFAULT '1',ADD `Deletable` tinyint(1) NOT NULL DEFAULT '1';: Duplicate column name 'Visible'
After researching, I figured I could comment out the top lines in the sql file, since it appeared those objects were up to date, but then, I got to this:
ALTER TABLE `sys_menu_bottom`ALTER TABLE `sys_email_templates` CHANGE `ID` `ID` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT;: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TABLE `sys_email_templates` CHANGE `ID` `ID` INT(11) UNSIGNED NOT NULL AUTO_INCR' at line 1
What am I doing wrong?
I have MySQL 5.1.70, Apache 2.2.25, PHP 5.4.20
Thank you!