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 -- Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 LAN Management System Developer http://lms.org.pl Roundcube Webmail Project Developer http://roundcube.net _______________________________________________ List info: http://lists.roundcube.net/users/
