Julien Vehent wrote:
DB Error in /<XXXX>/program/include/rcube_mdb2.php (623): MDB2 Error: constraint violation Query: _doQuery: [Error message: Could not execute statement] [Last executed query: EXECUTE mdb2_statement_mysql_586751139f2cf6ff93d7883f2080104b31458319d USING @0, @1, @2, @3, @4, @5, @6, @7, @8, @9, @10] [Native code: 1062] [Native message: Duplicate entry '1-INBOX.msg-108742' for key 2]
This happens when RC is trying to add the same message second time into messages table. In previous versions there was a check in code and such situation doesn't happen. For performance reasons that check was removed. We need to investigate which conditions triggers this error.
http://trac.roundcube.net/ticket/1486052