Roundcube Community Forum

 

Identity and adressbook lost after Serverreboot

Started by holstenralle, February 22, 2010, 09:49:30 AM

Previous topic - Next topic

holstenralle

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)

SKaero

Identity and contacts are attached to the user id, check the database and see if there still there.

holstenralle

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!?!

SKaero

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.