Welcome Guest, Not a member yet? Register   Sign In
Error after upgrading to version 4.1.7
#1

After upgrading to version 4.1.7 I have the error below, can anyone help me?

Error
Code:
Access to undeclared static property: Kint\Kint::$depth_limit search →

SYSTEMPATH/CodeIgniter.php at line 252

245        }
246
247        /**
248          * Config\Kint
249          */
250        $config = config('Config\Kint');
251
252        Kint::$depth_limit        = $config->maxDepth;
253        Kint::$display_called_from = $config->displayCalledFrom;
254        Kint::$expanded            = $config->expanded;
255
256        if (! empty($config->plugins) && is_array($config->plugins)) {
257            Kint::$plugins = $config->plugins;
258        }


Also I have another question, why the release of new versions of codeigniter is not communicated in the news of the site?


Thanks
Reply


Messages In This Thread
Error after upgrading to version 4.1.7 - by chronic - 01-13-2022, 12:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB