By Antikx on
Hello,
This is sort of a spin-off of a post I started here: http://drupal.org/node/206576
The short and the long:
-I had a 4.7.x site
-exported the user table
-installed 5.5
-imported the user table
-users are are able to log in OK,
but...
it seems that some sort of "counter" has been reset and new accounts that get created are trying to over-write user 2, 3, 4, etc.
Know what I mean?
Can someone let me know where I can find this "counter" database entry so that I can increment it to +1 of the nember of users in the database.
If I'm out to lunch and should be doiing something different, please let me know. Thanks.
when a new users gets created it giving them
Comments
OK, I found this page:
OK, I found this page: http://drupal.org/node/28109
which opened my eyes to the sequences table. ya!
but before I found this fix, I disabled the registration stuff in drupal by changing the variable "user_registration" in the "variables" table to the number 0
When I change it back to 1, drupal registration is still disabled, and I get this message when I go to user/registration "
hmmm... it just started
hmmm... it just started working again on it's own. perhaps there was some sort of caching going on that needed to expire. *shrug*