CodeIgniter Forums
Kint depth_limit error after upgrading to 4.1.8 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: Kint depth_limit error after upgrading to 4.1.8 (/showthread.php?tid=81168)



Kint depth_limit error after upgrading to 4.1.8 - demyr - 01-30-2022

After I upgrade to 4.1.8 I get an error saying:

Access to undeclared static property: Kint\Kint::$depth_limit

pointing:

SYSTEMPATH/CodeIgniter.php at line 252

Code:
Kint::$depth_limit         = $config->maxDepth;

I comment it out, then it works. What should I actually do/change?


RE: Kint depth_limit error after upgrading to 4.1.8 - iRedds - 01-30-2022

Start using Composer!
I don't know how you updated, but even in the zip installation there is an up-to-date version of Kint.


RE: Kint depth_limit error after upgrading to 4.1.8 - demyr - 01-30-2022

I updated manually (system + some files in Config including Kint). I think I should be able to do it manually without any problem.


RE: Kint depth_limit error after upgrading to 4.1.8 - kenjis - 01-31-2022

Do you use Composer?
If you have vendor/ directory in the project root, you are using Composer.