View Single Post
Posts: 48 | Thanked: 3 times | Joined on Apr 2010 @ Atlanta, ga
#9
Originally Posted by ossipena View Post
if you return conversations from backup, it brings the corrupt database(?!?) along. so don't return conversations from backup.

just remove
Code:
/home/user/.rtcom-eventlogger/el.db
and see if problem disappears along with conversations.
(you might need to recreate the file, with command)
Code:
touch /home/user/.rtcom-eventlogger/el.db
if you know how to handle sqlite, you could try fixing the database instead of removing it.
thanks a million. i kinda figured that but here is the thing. i have about 4500 text message from my clients that i need to keep. is there a way i can manually export my messages out and convert them to excell?
im gonna try your third option to try and repair the database. thanks. hopes this works