MyBB Community Forums

Full Version: Getting this error upon registration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Upon new members registration, they get this error

MySQL error: 1062
Duplicate entry '5359' for key 1
Query: INSERT INTO mybb_userfields (fid3, fid1, fid2, ufid) VALUES ('', '', '', '5359')

Furthermore, whenever there is a new registration, the stats for the # of registered users does not update. It is stuck at about 5,000.

I also recently upgraded to version 1.2.8 from 1.1.8 if that helps.
patrick_2007 Wrote:First look there: http://community.mybboard.net/showthread.php?tid=20465

No it's a separate problem. The mybb_userfields table doesn't use an autoincrement column. I don't really know what might be the problem at the moment.