Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Duplicate entry '1' for key 1 while upgrading

edited June 2011 in Vanilla 2.0 - 2.8
Greetings, I'm trying to upgrade my Vanilla instalation from version 1 to 2 as described here http://vanillaforums.org/docs/installation-upgrade

When I run utility/ , though, I receive this error:

Duplicate entry '1' for key 1
update GDN_User User set Name = :Name, Password = md5(:Password), Email = :Email, ShowEmail = :ShowEmail, Gender = :Gender, DateOfBirth = :DateOfBirth, DateFirstVisit = :DateFirstVisit, DateLastActive = :DateLastActive, DateInserted = :DateInserted, DateUpdated = :DateUpdated, Admin = :Admin, UserID = :UserID


It seems is a conflict with some user. But I don't really know what to do other than delete the database.
Tagged:

Answers

  • I did solve this issue by just deleting the username with USERID = 1 at the GDN_User table.

    :)
Sign In or Register to comment.