Author Topic: replied messages gets deleted  (Read 6117 times)

Offline kimusan

  • Newbie
  • *
  • Posts: 9
replied messages gets deleted
« 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

Offline uxbod

  • Newbie
  • *
  • Posts: 3
Re: replied messages gets deleted
« Reply #1 on: October 19, 2006, 07:37:20 AM »
Same problem here :(

Offline toxygen

  • Jr. Member
  • **
  • Posts: 16
Re: replied messages gets deleted
« Reply #2 on: October 26, 2006, 02:28:08 AM »
not here.
can you check your logs/errors file and /var/log/mail ?
A right is not what someone gives you; it's what no one can take from you.
                -- Ramsey Clark

Offline PChott

  • Jr. Member
  • **
  • Posts: 17
Re: replied messages gets deleted
« Reply #3 on: October 30, 2006, 10:50:56 AM »
i have same problem >:( >:(
Macs are for those who don't want to know why their computer works.
Linux is for those who want to know why their computer works.
DOS is for those who want to know why their computer doesn't work.
Windows is for those who don't want to know why their computer doesn't work.

Offline flosoft

  • Sr. Member
  • ****
  • Posts: 349
    • http://flosoft.biz
Re: replied messages gets deleted
« Reply #4 on: October 30, 2006, 11:05:21 AM »
anything in the Roundcube Logs?

Offline PChott

  • Jr. Member
  • **
  • Posts: 17
Re: replied messages gets deleted
« Reply #5 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!
Macs are for those who don't want to know why their computer works.
Linux is for those who want to know why their computer works.
DOS is for those who want to know why their computer doesn't work.
Windows is for those who don't want to know why their computer doesn't work.

Offline toxygen

  • Jr. Member
  • **
  • Posts: 16
Re: replied messages gets deleted
« Reply #6 on: October 30, 2006, 12:04:41 PM »
what database you have? (type, version...)
A right is not what someone gives you; it's what no one can take from you.
                -- Ramsey Clark

Offline PChott

  • Jr. Member
  • **
  • Posts: 17
Re: replied messages gets deleted
« Reply #7 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.
Macs are for those who don't want to know why their computer works.
Linux is for those who want to know why their computer works.
DOS is for those who want to know why their computer doesn't work.
Windows is for those who don't want to know why their computer doesn't work.

Offline toxygen

  • Jr. Member
  • **
  • Posts: 16
Re: replied messages gets deleted
« Reply #8 on: October 31, 2006, 07:41:53 AM »
this seems to be a bug in roundcube
A right is not what someone gives you; it's what no one can take from you.
                -- Ramsey Clark

Offline PChott

  • Jr. Member
  • **
  • Posts: 17
Re: replied messages gets deleted
« Reply #9 on: October 31, 2006, 11:15:58 AM »
Bug that really annoy me! !! >:( :-[ :-\
Macs are for those who don't want to know why their computer works.
Linux is for those who want to know why their computer works.
DOS is for those who want to know why their computer doesn't work.
Windows is for those who don't want to know why their computer doesn't work.

Offline diego

  • Newbie
  • *
  • Posts: 4
Re: replied messages gets deleted
« Reply #10 on: November 01, 2006, 02:43:08 AM »
Code: [Select]
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:
Code: [Select]
idx integer DEFAULT 0 NOT NULL,
in the mysql.initial.sql:
Code: [Select]
`idx` int(11) unsigned NOT NULL default '0',
Maybe is here the problem...that bug happen only with a postgree database.

Offline flosoft

  • Sr. Member
  • ****
  • Posts: 349
    • http://flosoft.biz
Re: replied messages gets deleted
« Reply #11 on: November 01, 2006, 04:22:04 AM »
Maybe try to disable cache?