ErrorException gzuncompress(): data error |
I am using an application that I write and all works well and today I have a strange error that I don't understand
ErrorException gzuncompress(): data error SYSTEMPATH/ThirdParty/Kint/kint.php at line 177 Code: 170 �
That error comes at an verry simple methode : add function add(){ $d = $this->addupd('a'); //var_dump($d); $db = db_connect(); $db->table(self::$table)->insert($d); $this->liste(); } Nothing had changed recently ... At first I was thinking of hacking and a thirt party success to introduce code in my applicaiton. But this is only an hypothese
Did you download and install the newest version of CodeIgniter 4 ?
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(07-07-2020, 03:24 AM)InsiteFX Wrote: Did you download and install the newest version of CodeIgniter 4 ? Displayed at 06:22:59am — PHP: 7.3.18 — CodeIgniter: 4.0.0-rc.3 It is not really the last one but it is the CI4 One more information . all the app is brocken. I can't login anymore. On every page I have this message. I have the same code on local with the same database (I dump it for save) and it works well.
I can add one more information. I dont know if that helps
But my table already had 127 recored and the key was tinyint(4) I notice that when I test on other environement. I change this to int Maybe I break something in this database. 128 in int(4) !!! |
Welcome Guest, Not a member yet? Register Sign In |