Guest Posted June 3, 2003 Posted June 3, 2003 Can anyone shed some light on this issue? I have reworked the random order mod to generate random customer numbers. The random order mod is working perfectly, and it was pretty much plug and play for the random customer number. However, when a customer tries to sign up, they get the error below. The most confusing part is that # shown in the duplicate entry message is not the same as the number that the script is trying to insert into the customer table! I am pulling my hair out trying to figure this one out. 1062 - Duplicate entry '2147483647' for key 1 insert into customers (customers_id, customers_firstname, customers_lastname, customers_email_address, customers_telephone, customers_fax, customers_newsletter, customers_password, customers_url, customers_default_address_id, customers_dob) values ('0315220523549', 'Homer', 'Simpson', '[email protected]', '', '', '1', '222a5ac64f0398bfe23be3215d906a58:a9', 'www.test.com', '1', 't') Any ideas before I lose it? THanks, Charlie Quote
Recommended Posts
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.