after the error already related about my db few days ago, I know have the following one.
I tried to imported an older DB backup, same. It seems that the problem doesn't come from the content but the DB (file?) itsell.
I begin to be very worried about all these DB problems and I really wonder why I have it as I already use sqL DB on my OVH hosting with different application and I never had such problems!
Are you sure that CakPHP cannot be responsible about it ?? (just a question...)
Error: SQLSTATE[HY000]: General error: 11 database disk image is malformed
Fatal error: Call to a member function getTrace() on a non-object in /home/modulwoo/www/2ndGuideTest/vendor/cakephp/cakephp/src/Template/Element/exception_stack_trace.ctp on line 21
Error: Call to a member function getTrace() on a non-object
Fatal error: Call to a member function getTrace() on a non-object in /home/modulwoo/www/2ndGuideTest/vendor/cakephp/cakephp/src/Template/Element/exception_stack_trace.ctp on line 21
Nope, as you can read in the error the issue comes directly from mysql. Maybe you exceeded your disk quota?
Actually the error may come from debugkit and not your mysql. Check your tmp folder and delete the debugkit sqlite database and try again.
Thanks Lorenzo
The problem was just solved by a cakePHP update.
I breath more easily!
Had the same issue. It was complaining about SqLite, and i'm all like "I'm not even using SqLite!'. Deleting the debugkit sqlite file in the tmp directory fixed this! :) Thanks!
Most helpful comment
Actually the error may come from debugkit and not your mysql. Check your tmp folder and delete the debugkit sqlite database and try again.