Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi guys,

 

Trying to install the Auspost Shipping module Ver 3.0.11, but I am having an error coming up when running the auspost.sql file, included in the package.

 

I have included screen grab of the error.

 

post-316898-0-47018400-1350274282_thumb.jpg

 

 

I have even tried going back a release here and there with same prob.

 

Cheers,

John

Posted

Hi

 

I think it may be the language setting - try one of these changes:

 

DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

 

to

 

AUTO_INCREMENT=4 ; (takes the entire DEFAULT CHARSET bit out - the table should be created using the database default)

 

or

 

 

DEFAULT CHARSET latin1 AUTO_INCREMENT=4 ; (remove the equals sign)

 

or

 

DEFAULT CHARSET SET latin1 AUTO_INCREMENT=4 ; (change equals to SET)

 

Graeme

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...