This is my first attempt at installing zencart. I am running the latest wamp and php releases on a Win Vista OS. I am following the ZenCart manual explicitly and still got the install error.

I have listed below my zcInstallDEBUG-1334263952-165633.log file. I have no idea how to interpret what my problem is.. Thank you for helping.


[12-Apr-2012 20:52:33 UTC] PHP Fatal error: 1101:BLOB/TEXT column 'page_parameters' can't have a default value :: CREATE TABLE admin_activity_log ( log_id bigint(15) NOT NULL auto_increment, access_date datetime NOT NULL default '0001-01-01 00:00:00', admin_id int(11) NOT NULL default '0', page_accessed varchar(80) NOT NULL default '', page_parameters text default '', ip_address varchar(20) NOT NULL default '', flagged tinyint NOT NULL default '0', attention varchar(255) NOT NULL default '', gzpost mediumblob NOT NULL default '', PRIMARY KEY (log_id), KEY idx_page_accessed_zen (page_accessed), KEY idx_access_date_zen (access_date), KEY idx_flagged_zen (flagged), KEY idx_ip_zen (ip_address) ) ENGINE=MyISAM COLLATE utf8_general_ci; in C:\wamp\www\store\zen-cart-v150-full-release-12302011\includes\classes\db\mysql\query_factory.php on line 101

[12-Apr-2012 20:52:33 UTC] PHP Stack trace:

[12-Apr-2012 20:52:33 UTC] PHP 1. {main}() C:\wamp\www\store\zen-cart-v150-full-release-12302011\zc_install\index.php:0

[12-Apr-2012 20:52:33 UTC] PHP 2. require() C:\wamp\www\store\zen-cart-v150-full-release-12302011\zc_install\index.php:51

[12-Apr-2012 20:52:33 UTC] PHP 3. installer->dbLoadProcedure() C:\wamp\www\store\zen-cart-v150-full-release-12302011\zc_install\includes\modules\pages\database_setup\header_php.php:51

[12-Apr-2012 20:52:33 UTC] PHP 4. executeSql() C:\wamp\www\store\zen-cart-v150-full-release-12302011\zc_install\includes\classes\installer.php:521

[12-Apr-2012 20:52:33 UTC] PHP 5. queryFactory->Execute() C:\wamp\www\store\zen-cart-v150-full-release-12302011\zc_install\includes\functions\general.php:344

[12-Apr-2012 20:52:33 UTC] PHP 6. queryFactory->set_error() C:\wamp\www\store\zen-cart-v150-full-release-12302011\includes\classes\db\mysql\query_factory.php:208

[12-Apr-2012 20:52:33 UTC] PHP 7. queryFactory->show_error() C:\wamp\www\store\zen-cart-v150-full-release-12302011\includes\classes\db\mysql\query_factory.php:86

[12-Apr-2012 20:52:33 UTC] PHP 8. trigger_error() C:\wamp\www\store\zen-cart-v150-full-release-12302011\includes\classes\db\mysql\query_factory.php:101