Hello,
Trying to install sql patch for wishlist and I get...
WARNING: An Error occurred, please refresh the page and try again.
Checking cache reveals...
[27-Dec-2012 05:47:12] PHP Fatal error: 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 'TYPE=MyISAM' at line 1 :: CREATE TABLE IF NOT EXISTS un_wishlists ( id int(11) NOT NULL auto_increment, customers_id int(11) NOT NULL default '0', created datetime NOT NULL default '0000-00-00 00:00:00', modified datetime NOT NULL default '0000-00-00 00:00:00', name varchar(255) default NULL, comment varchar(255) default NULL, default_status tinyint(1) NOT NULL default '0', public_status tinyint(1) NOT NULL default '1', PRIMARY KEY (id) ) TYPE=MyISAM; in /home4/*****/public_html/*****/includes/classes/db/mysql/query_factory.php on line 101
Can anybody tell me what all that means?
Thank you!


Reply With Quote
