Database Editor - database disk image is malformed

Are you having problems with using or developing a plugin? Let me know here.
Post Reply
matthys70
Posts: 33
Joined: Thu Mar 13, 2014 9:24 am

Database Editor - database disk image is malformed

Post by matthys70 »

Hello,

I know this has been address before, but gone ask anyway.

I sometimes get this error message when I try to modify an entry with the Database Editor:
Exception encountered: The database disk image is malformed database disk image is malformed

However other entries I can modify without any problem. So this seems that the disk image is not malformed or am I wrong in this?

I also did a check with sqlite3 and got this:
sqlite3 BaseStation.sqb "PRAGMA integrity_check"
*** in database main ***
Page 7813: btreeInitPage() returns error code 11
Page 6338: btreeInitPage() returns error code 11
Error: database disk image is malformed

Any advise how to repair this and/or how to avoid this?

Thanks,
Matthijs
Post Reply