Cant edit any content - Fatal error

Permalink
Hello,

Im getting this weird error while trying to do anything inside the main box like edit text or change a font:

Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1062: Duplicate entry '3-55' for key 1] in EXECUTE("insert into CollectionVersionBlockStyles (cID, cvID, bID, arHandle, csrID) values ('55', '30', '3', 'Header Nav', '0')") ' in /home/idyllans/public_html/idylladomgroup.eu/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/idyllans/public_html/idylladomgroup.eu/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1062, 'Duplicate entry...', 'insert into Col...', false, Object(ADODB_mysql)) #1 /home/idyllans/public_html/idylladomgroup.eu/concrete/libraries/3rdparty/adodb/adodb.inc.php(993): ADOConnection->_Execute('insert into Col...') #2 /home/idyllans/public_html/idylladomgroup.eu/concrete/libraries/database.php(73): ADOConnection->Execute('insert into Col...', Array) #3 /home/idyllans/public_html/idylladomgroup.eu/concrete/models/block.php(404): Database->__call(Array, Array) #4 /home/idyllans/public_html/idylladomgroup.eu/conc in /home/idyllans/public_html/idylladomgroup.eu/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78

Using 5.4.1.1 and i moved the site to a new domain recently (dunno if it has something in common).

Regards.

 
capo replied on at Permalink Reply
Anyone?
jbx replied on at Permalink Best Answer Reply
jbx
The solution to this issue is already in the forums. Have a look here:

http://www.concrete5.org/community/forums/installation/error-upgrad...

Basically, when you upgraded, the upgrade hasn't updated the key properly on one of your tables, so you will need to do this manually...

Jon
capo replied on at Permalink Reply
Thank You. Solved.