in my php.ini file the include_path had a colon instead of a semi-colon... even though i looked at this all morning i didnt see it :)
moving on...
in my php.ini file the include_path had a colon instead of a semi-colon... even though i looked at this all morning i didnt see it :)
moving on...
confirmed database tables creation error with MySQL 5.0.45
need to go into zc_install/sql/ edit mysql_zencart.sql
replace every instance of TYPE=MyISAM with ENGINE=MyISAM