Release Support > Resolved Issues

0.1rc1 - can't send mails

<< < (3/3)

rockwilda:

--- Quote from: hoferchr ---Error

SQL query:

-- RoundCube Webmail update script for MySQL databases
-- Updates from version 0.1-beta and 0.1-beta2
ALTER TABLE `messages` DROP `body` ,
DROP INDEX `cache_key` ,
ADD `structure` TEXT,
ADD UNIQUE `uniqueness` ( `user_id` , `cache_key` , `uid` ) ;

MySQL said:
#1062 - Duplicate entry '5-INBOX.Sent.msg-154' for key 2

--- End quote ---

I had the same issue. I truncated the table messages and the update worked.

sql command is

--- Code: ---TRUNCATE TABLE 'messages'
--- End code ---

The table messages contains the chached messages ...

Nico



rtomanek:
Hi,

 That's it, I had the same problem, just truncated (cleared) the table and the problem went away. 'Message cache' did not sound too important, but someone could actually confirm truncating the table was harmless.

 After doing so, my installation works perfect (as far as I can tell).

Regards,
r.

yathosho:
thanks, works for me aswell

hoferchr:
That worked for me as well, thank you!

Navigation

[0] Message Index

[*] Previous page

Go to full version