Page 1 of 1

Front End User - add new users throws Duplicate entry '55' for key 1

Posted: Mon Oct 26, 2009 10:40 pm
by DonnaNJ
I have a few hundred users in my front end user member area.

We are t rying to add a new user and keep getting this error

Duplicate entry '55' for key 1

I looked at the table in phpMyAdmin and found the id numbers in reverse order so the last entry is 40 ... so user id 55 is used (in fact numbers 1 to 335 are used) ... where is is getting this number and why isn't it picking up the last one.

thanks

DonnaNJ

Re: Front End User - add new users throws Duplicate entry '55' for key 1

Posted: Mon Oct 26, 2009 10:57 pm
by Jeff
The numbers usually come from the *_seq table.

Re: Front End User - add new users throws Duplicate entry '55' for key 1

Posted: Mon Oct 26, 2009 11:20 pm
by Dr.CSS
What ver. of cmsms, FEU and any other info that may pertain to this like recent site updates or upgrades, more info more likely someone can duplicate it and give an answer...

Re: Front End User - add new users throws Duplicate entry '55' for key 1

Posted: Fri Dec 31, 2010 11:57 am
by vfreriks
Not meaning to kick this unnessecarily but I had the same issue a while ago after an extensive import. I changed the _seq number to the next highest available ID in the users table to get this working, like Jeff said.