I've got members registering with my site with only one problem: occasionally, uids are being skipped. No user is created in the users table, but the sequences table uid field is being incremented. When the new account is created, there's a noticeable gap of 1, 2, 3, or more unused uids.

Any ideas what the problem might be?

Comments

sangamreddi’s picture

Which version are U using? Please provide some more details. PHp version, Drupal version, Mysql version etc.

Sunny                      
www.gleez.com | www.sandeepone.com

castellan’s picture

I'm using Drupal 4.6.5, MySQL 4.1.13, PHP 5.0.4. Active modules include: comment, help, node, node_privacy_by_role, page, path, poormanscron, search, statistics, story, and taxonomy.

Thank You!

sangamreddi’s picture

Related discussion was going on this thread, have a look
http://drupal.org/node/53257

Sunny                      
www.gleez.com | www.sandeepone.com

castellan’s picture

Thank you. I'll be watching whatever resolution happens there as well, though I'm not using the user_import module on my site.

It's definitely a weird one.