Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 4.0 Release framework - Kint Error
#9

I'm still getting a Kint error even on 4.0.1, so I've just set my composer back to RC 4 for the moment.

This got me back up and running:

Code:
"codeigniter4/framework": "4.0.0-rc.4"

The error I'm still getting on 4.0.1. is:

Code:
ErrorException
Trying to get property 'maxDepth' of non-object search →

SYSTEMPATH/CodeIgniter.php at line 232

225         }
226
227         /**
228          * Config\Kint
229          */
230         $config = config('Config\Kint');
231
232         \Kint::$max_depth           = $config->maxDepth;
233         \Kint::$display_called_from = $config->displayCalledFrom;
234         \Kint::$expanded            = $config->expanded;
235
236         if (! empty($config->plugins) && is_array($config->plugins))
237         {
238             \Kint::$plugins = $config->plugins;
239         }
Designer, developer and Diet Dr. Pepper addict. Messing up PHP since <?= $when['year';] ?>
Reply


Messages In This Thread
RE: CodeIgniter 4.0 Release framework - Kint Error - by jameslittle - 02-24-2020, 10:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB