well, after 1 hour it went no further than and the DB doesn't show 1.5.1 as being done either. If I have to I will just do the installs all from the beginning (updates that is)
this is also the latest log:
Code:
---------------
Aug 13 2024 3:03 -- systemChecker::findCurrentDbVersion
1.5.0
---------------
Aug 13 2024 3:03 -- upgradeException
ALTER TABLE admin_activity_log CHANGE COLUMN ip_address ip_address varchar(45) NOT NULL default ''; Cannot CHANGE column COLUMN because it does not exist. /home/xxx/public_html/store/zc_install/sql/updates/mysql_upgrade_zencart_151.sql
---------------
Aug 13 2024 3:03 -- upgradeException
ALTER TABLE whos_online CHANGE COLUMN ip_address ip_address varchar(45) NOT NULL default ''; Cannot CHANGE column COLUMN because it does not exist. /home/xxx/public_html/store/zc_install/sql/updates/mysql_upgrade_zencart_151.sql
---------------
Aug 13 2024 3:03 -- upgradeException
ALTER TABLE admin MODIFY COLUMN pwd_last_change_date datetime NOT NULL default '0001-01-01 00:00:00', MODIFY COLUMN last_modified datetime NOT NULL default '0001-01-01 00:00:00', MODIFY COLUMN last_login_date datetime NOT NULL default '0001-01-01 00:00:00', MODIFY COLUMN last_failed_attempt datetime NOT NULL default '0001-01-01 00:00:00'; Cannot CHANGE column COLUMN because it does not exist. /home/xxx/public_html/store/zc_install/sql/updates/mysql_upgrade_zencart_151.sql
---------------
Aug 13 2024 3:03 -- upgradeException
ALTER TABLE admin CHANGE COLUMN last_login_ip last_login_ip varchar(45) NOT NULL default ''; Cannot CHANGE column COLUMN because it does not exist. /home/xxx/public_html/store/zc_install/sql/updates/mysql_upgrade_zencart_151.sql
---------------
Aug 13 2024 3:03 -- upgradeException
ALTER TABLE admin CHANGE COLUMN last_failed_ip last_failed_ip varchar(45) NOT NULL default ''; Cannot CHANGE column COLUMN because it does not exist. /home/xxx/public_html/store/zc_install/sql/updates/mysql_upgrade_zencart_151.sql
---------------
Aug 13 2024 3:03 -- upgradeException
ALTER TABLE coupon_redeem_track CHANGE COLUMN redeem_ip redeem_ip varchar(45) NOT NULL default ''; Cannot CHANGE column COLUMN because it does not exist. /home/xxx/public_html/store/zc_install/sql/updates/mysql_upgrade_zencart_151.sql
---------------
Aug 13 2024 3:03 -- upgradeException
ALTER TABLE coupon_gv_queue CHANGE COLUMN ipaddr ipaddr varchar(45) NOT NULL default ''; Cannot CHANGE column COLUMN because it does not exist. /home/xxx/public_html/store/zc_install/sql/updates/mysql_upgrade_zencart_151.sql
Bookmarks