4
Yes the system is set to "Activate automatically"? For almost three weeks now my system has not updated new users to the system as registered users. I can manually add them to the register users list if the contact me, but other than that they don't show up in users search list less than x days or show up in the new members block, etc. I am very much concerned about this issue.
In looking at MySQL I observe the following:
uid - after 1359 the numbers become random.
uid - the last member to successfully register with no problem was uid 1352.
up to 1352 the uid in users and the profileid in user_profile match. As I said before the numbers in uid become random but in profileid they remain in sequence.
As to posts numbers here is what I have.
field=posts, type=int(10), collation=blank, attributes=blank, null=no, default=0, extra=blank.
Although default is set to 0 there are many members who had a negative number in number of posts - as low as -78.
Any help would be appreciated as I am way over my head here.