scubastevejh Posted May 13, 2012 Share Posted May 13, 2012 (edited) Hello, Im getting an error when registering a new customer in the front end. There is 1 error : An error occurred while creating your account. I had a look in the PHPmyadmin, and the last customer was assigned the id_customer: 4294967295 I believe this to be my problem, possibly the maximum accounts availalbe... Not sure how that came about - previous accounts were in order too. 1,2,3,4,5,6,7, 4294967295. The only thing i've done in the database was to set my orders to start at 1000. So how can i reset this? I've tried deleting the 4294967295 customer, but upon reregistering it chooses 4294967295 again. "2 Birds with 1 stone..." - How can i set the accounts to start at 300000000? Your response is appreciated. RUN in PHPADMIN ALTER TABLE `pss_customer` AUTO_INCREMENT = 300000000; Edited May 13, 2012 by scubastevejh (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now