Jump to content

Installing Cubecart V3. MySQL problem


Guest scopec

Recommended Posts

Hi,

I am trying to install Cubecart V3 as given away on the cover of .NET magazine this month.

All goes well until going from step 3 to step 4. That's having filled in the database and username details and letting it go and create the database system. The following appears:

MySQL Error Occured

1064: You have an error in your SQL syntax near 'ENGINE=MyISAM AUTO_INCREMENT=1 ' at line 7

QUERY = CREATE TABLE `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 ;

It appears to have created a table called CubeCart_config successfully by this time, so I do not believe it is a simple access problem to the MySQL system.

I have checked my host using phpinfo() and it seems fine in that respect.

Any help gratefully received!

Chris.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...