Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cakephp 3.x: SQLSTATE[HY000]: General error: 11 database disk image is malformed

I'm getting this error when I upload my application to linux. This is working fine on my local windows system but gives me error on linux server. When I search regarding this then I found this is sqLite related issue. If this is sqLite issue then how can I change this to MySQL.

Please help me.

like image 473
Lakhwinder Singh Avatar asked Jul 22 '15 05:07

Lakhwinder Singh


People also ask

How do I fix database disk image is malformed?

You may see the "database disk image is malformed" error in TekRADIUS log. This could happen during unplanned shutdown or reboot. The error indicates that one or more of the sqlite3 databases may have become corrupted. You need to have sqlite3.exe to diagnose and fix the problem.


1 Answers

Delete the /tmp/debug_kit.sqlite

like image 157
S.Galarneau Avatar answered Oct 08 '22 23:10

S.Galarneau