Roundcube Community Forum

Release Support => Pending Issues => Topic started by: holstenralle on February 22, 2010, 09:49:30 AM

Title: Identity and adressbook lost after Serverreboot
Post by: holstenralle on February 22, 2010, 09:49:30 AM
Hello everbody


I´m using  Version 0.3.1-20091031.
Everything works fine expect the problem above: all adresses and identity are gone after reboot.

I´m using Debian Lenny as VM under openVZ.

My friend has exactly the same problem with the exact same configuration!?!?

Has anybody any idea what this can be??


Thanks, Ralf (Hamburg)
Title: Identity and adressbook lost after Serverreboot
Post by: SKaero on February 22, 2010, 10:31:18 AM
Identity and contacts are attached to the user id, check the database and see if there still there.
Title: Identity and adressbook lost after Serverreboot
Post by: holstenralle on February 22, 2010, 11:15:41 AM
I´ve found this file:

 :/var/run/apache2# tail roundcube-sqlite.db
  uid integer NOT NULL default '0',
  subject varchar(255) NOT NULL default '',
  "from" varchar(255) NOT NULL default '',
  "to" varchar(255) NOT NULL default '',
  "cc" varchar(255) NOT NULL default '',
  "date" datetime NOT NULL default '0000-00-00 00:00:00',
  size integer NOT NULL default '0',
  headers text NOT NULL,
  structure text
øÞ';O^Þ01cc64f52b593046c9c3200eb75bb8012010-02-20

Where to see wether the ID is used or not!?!
Title: Identity and adressbook lost after Serverreboot
Post by: SKaero on February 22, 2010, 12:03:01 PM
I don't work with sqlite that often so I don't know the commands to get information but you need to compare the uid in the identity and contacts the the users table.