Hi
I've just downloaded the .NET edition of v3.0.3 and on installing I get the following error on Step 4:
1064: You have an error in your SQL syntax near 'ENGINE=MyISAM AUTO_INCREMENT=1 ' at line 7
QUERY = CREATE TABLE `cube1_CubeCart_cats_lang` ( `id` int(11) NOT NULL auto_increment, `cat_master_id` int(11) NOT NULL default '0', `cat_lang` varchar(20) NOT NULL default '', `cat_name` varchar(255) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ;
Is this a code based or host based problem?
Any help much appreciated.