0000933: mysql error installing cartNew Installation
Database Import
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 '-' at line 20
CREATE TABLE IF NOT EXISTS cms_faq ( cms_faq_id tinyint(11) unsigned NOT NULL AUTO_INCREMENT, cms_parent_id int(11) NOT NULL DEFAULT '0', cms_faq_image varchar(128) DEFAULT NULL, cms_faq_status int(1) NOT NULL DEFAULT '1', sort_order int(3) DEFAULT NULL, group_access varchar(64) NOT NULL DEFAULT 'G,0', date_added datetime NOT NULL DEFAULT '0000-00-00 00:00:00', last_modified datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (cms_faq_id), KEY date_added (date_added) ) TYPE=MyISAM ; -- -- Dumping data for table 'cms_faq' -- -- -- Dumping data for table 'cms_faq' -
[OSC STOP]
Source: StrikeHawk eCommerce Open Source Development Center - Eos - ISSUES|
View demo and downloads of EOS Online Merchant |
Collaborate and report bugs |