I've just started installing ZenCart however after the installation begins I get:
1064 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 'd dault NULL, products_options_sort_order text NOT NULL, PRIMAR
in:
[CREATE TABLE zen_customers_basket_attributes ( customers_basket_attributes_id int(11) NOT NULL auto_increment, customers_id int(11) NOT NULL default '0', products_id tinytext NOT NULL, products_options_id varchar(64) NOT NULL default '0', products_options_value_id int(11) NOT NULL default '0', products_options_value_text BLOB NULL d dault NULL, products_options_sort_order text NOT NULL, PRIMARY KEY (customers_basket_attributes_id), KEY idx_cust_id_prod_id_zen (customers_id,products_id(36)) ) TYPE=MyISAM;]
And on the frontpage of the site I get the following:
1146 Table 'merchsto_merchsto.zen_product_type_layout' doesn't exist
in:
[select configuration_key as cfgkey, configuration_value as cfgvalue from zen_product_type_layout]
What do I do?!
Many thanks if advance for your help.



