Quote Originally Posted by DrByte View Post
What exactly do you mean by "my new store"?

So ... what's the history behind how you got to where you're at right now?
I Just finished setting up all the products in the shopping cart on my site and getting ready to go online. I had created a test customer account initially to test the cc payment gateway and order e-mail function. I then deleted this test customer account from the Admin-Customer panel. I then tried to enter an actual customer order and received this error when I was creating her account. From that point, I tried to create another 2 test customer accounts and the error was encountered each time (only difference is the customer id will increment by 1).
The interesting part is I did not manually hack into the database to alter the records in anyway (I don't even know how to). The customer deletion was done through Admin-Customers panel and customer account creation was done through the shopping cart front end.

I have gone into myPHPadmin to look at the records in the customers and customers_info tables, they both match. Interestingly enough, although the error is generated, the new customer accounts are created with all the right info. I can close the browser reopen another and log into the newly created account with no problems. This is very baffling since the error is comlplaining about a duplicate for a new record (I can understand if there is an existing record of the same id, hence the duplicate but therer isn't)