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
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.
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:
0
Answers