as far as getting past the installer upgrade and maintaining the selected country settings I made this alteration to the installer code:
zc_install\sql\mysql_upgrade_zencart_151_to_152.sql
from
toALTER TABLE countries ADD status tinyint(1) DEFAULT '1';
ALTER TABLE countries CHANGE countries_active status tinyint(1) DEFAULT '1';


Reply With Quote
