Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: kimusan on October 10, 2006, 12:16:39 PM

Title: replied messages gets deleted
Post by: kimusan on October 10, 2006, 12:16:39 PM
when I reply to a message in latest svn (360) the message you reply to gets deleted/removed
Title: Re: replied messages gets deleted
Post by: uxbod on October 19, 2006, 07:37:20 AM
Same problem here :(
Title: Re: replied messages gets deleted
Post by: toxygen on October 26, 2006, 02:28:08 AM
not here.
can you check your logs/errors file and /var/log/mail ?
Title: Re: replied messages gets deleted
Post by: PChott on October 30, 2006, 10:50:56 AM
i have same problem >:( >:(
Title: Re: replied messages gets deleted
Post by: flosoft on October 30, 2006, 11:05:21 AM
anything in the Roundcube Logs?
Title: Re: replied messages gets deleted
Post by: PChott on October 30, 2006, 11:40:05 AM
I think that is something in LOG:

[30-Oct-2006 17:26:26 +0100] DB Error: DB Error: unknown error Query: DELETE FROM messages WHERE user_id='3' AND  cache_key='INBOX.msg' AND  idx>=FALSE [nativecode=ERROR: operator does not exist: integer >= boolean HINT: No operator matches the given name and argument type(s). You may need to add explicit type casts.] in /home/data/trunk/roundcubemail/program/include/rcube_db.inc on line 501

And there is no msg on server. This is realy BIG bug!
Title: Re: replied messages gets deleted
Post by: toxygen on October 30, 2006, 12:04:41 PM
what database you have? (type, version...)
Title: Re: replied messages gets deleted
Post by: PChott on October 30, 2006, 12:27:28 PM
postgresql-8.1              8.1.5-1

But i didnt' find what deletes message on server. That just deletes message in database.
Title: Re: replied messages gets deleted
Post by: toxygen on October 31, 2006, 07:41:53 AM
this seems to be a bug in roundcube
Title: Re: replied messages gets deleted
Post by: PChott on October 31, 2006, 11:15:58 AM
Bug that really annoy me! !! >:( :-[ :-\
Title: Re: replied messages gets deleted
Post by: diego on November 01, 2006, 02:43:08 AM
idx>=FALSE
..that's interesting..I don't know but.. idx have the type INT(11)...
can mysql get the value "FALSE" from an INT field?

in the postgres.initial.sql:
idx integer DEFAULT 0 NOT NULL,
in the mysql.initial.sql:
`idx` int(11) unsigned NOT NULL default '0',
Maybe is here the problem...that bug happen only with a postgree database.
Title: Re: replied messages gets deleted
Post by: flosoft on November 01, 2006, 04:22:04 AM
Maybe try to disable cache?