Jump to content

SOLVED: 1.4.5.1 > An error occurred while creating your account.


Recommended Posts

Hello,

 

Im getting an error when registering a new customer in the front end.

 

There is 1 error :

  1. 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 by scubastevejh (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...