Concrete5.7.5.13 upgrade to 8.1 ERROR

Permalink
Hello Concrete5 members,

I have succesfully installed Concrete5.8.1 for new websites.
Now I wanted to upgrade an existing website from 5.7.5.13 to 8.1 but I got the following error after upgrading.

An exception occurred while executing 'INSERT INTO atBoolean (value, avID) VALUES (?, ?)' with params [1, 385]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '385' for key 'PRIMARY'

nesoor
 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
If you have access to your database through phpMyAdmin, you should see in the atBoolean table a duplicate entry with value of '1' and avID of '385'.
atBoolean stands for Attribute Type Boolean
avID stands for Attribute Valid Identification number.
nesoor replied on at Permalink Reply
nesoor
Hello weyboat,

Thanks for your reply !
I don't see an avID of '385'.

Edit: I found it, I forgot to set the number of rows to 500.
nesoor replied on at Permalink Reply
nesoor
Hello weyboat,

Thank you for explaining !
The upgrade works now :)
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
Excellent, Well done for managing to upgrade.