Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Error on Apply for Membership : Duplicate Key entry

edited August 2006 in Vanilla 1.0 Help
I checked the database, the table LUM_User containers two users - the admin, which I registered with when I created the board, and the new user. The admin is ID 1, the new user ID 0 - so I get this error when a second person tries to apply. Shouldn't it be incrementing to 2? I had extensions installed, but they're all turned off.

It seems to me the error is happening here:
$result = $this->Context->Database->Select($s, $this->Name, 'CreateUser', 'A fatal error occurred while validating your input.'); $MatchCount = $this->Context->Database->RowCount($result);

So far, the only remedy has been to install fresh.


A fatal, non-recoverable error has occurred

Technical information (for support personel):

Error Message
An error occurred while creating a new user.
Affected Elements
UserManager.CreateUser();
The error occurred on or near: Duplicate entry '0' for key 1
For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs
I'm running php 5.1.4
MySQL 4.1.19-standard
Linux OS, kernel: 2.6.9999-MIDPHAZED-410a66d10418e44a615e653ff4a8476e
Apache 1.3.36

Comments

  • MarkMark Vanilla Staff
    Check your user table to make sure that it is set to auto increment.
This discussion has been closed.