Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

URGENT HELP - SHOP DOWN


t.trotzer

Recommended Posts

Hello, I really need urgent help, and I am sure, its only a small thing.

 

I installed today the "Simple Visitor Newsletter".

 

If run the SQL Script;

 

CREATE TABLE `visitor` (

`email` VARCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL ,

PRIMARY KEY ( `email` )

) ENGINE = MYISAM

 

This is the error I got back...

 

#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 'COLLATE latin1_swedish_ci NOT NULL ,

PRIMARY KEY ( `email` )

 

The funny thing is, if I run this script on MySQL-Version 5.0.67, then it works. But I have to us the existing DB MySQL-Version 4.0.27 Version.

 

I would be really thankfull for a short feeback!

 

Thank you very much!

 

Thorbjörn

Link to comment
Share on other sites

Easiest way is to create it manually using phpmyadmin.

 

Create the table

 

Create the field

 

Use the parameters above to set the table and field attributes.

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...