Welcome Guest, Not a member yet? Register   Sign In
Kint depth_limit error after upgrading to 4.1.8
#1

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?
Reply
#2

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.
Reply
#3

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

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




Theme © iAndrew 2016 - Forum software by © MyBB