#1488078 closed Bugs (duplicate)
Database Uniq-Key violation in message cache
| Reported by: | oliwel | Owned by: | |
|---|---|---|---|
| Priority: | 3 | Milestone: | 0.7-beta |
| Component: | Database | Version: | 0.5.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This looks like a reincarnation of http://trac.roundcube.net/ticket/1486696.
I saw this yesterday in my errorlogs
[Native message: Duplicate entry '618-INBOX.msg-6805' for key 'uniqueness'], referer: https://xxxx/webmail/?_task=mail&_action=show&_uid=6805&_mbox=INBOX
The customer logged in and tried to list his inbox, after removing the lines for the user frmo the database it worked.
I dont exactly know how the cache is maintained internally but changing the INSERT into an INSERT IGORE or a REPLACE in file program/include/rcube_imap.php, Line 4112
Change History (1)
comment:1 Changed 22 months ago by alec
- Milestone changed from later to 0.7-beta
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

This is also a duplicate of #1487824 and fixed in [80152b33].