Jump to content

MySQL Error Occured


Guest Lee069

Recommended Posts

Hi,

Firstly I would like to say what a fantastic shopping cart and so nicely priced :P

I am having a few problems with MYSQL

1. If you click on "Tell a friend" I get this (I have made the code changes)

MySQL Error Occured

1406: Data too long for column 'spamCode' at row 1

QUERY = INSERT INTO CubeCart_SpamBot (`uniqueId`, `time`, `spamCode`, `userIp`) VALUES ('4c6b584238ce7c90d1a1e397eb14d915', '1157464038', 'QW3KKNOW', '86.143.68.199')

2. If I try to add a category I get this

MySQL Error Occured

1366: Incorrect decimal value: '' for column 'per_ship' at row 1

QUERY = INSERT INTO CubeCart_category (`cat_name`, `cat_father_id`, `cat_image`, `per_ship`, `item_ship`, `item_int_ship`, `per_int_ship`) VALUES ('', '0', '', '', '', '', '')

Is this got something to do with running MYSQL 5 ???

Kind regards to All,

Lee...

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...