You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I just started with a fresh install of CI 4.0.2 and set it to development mode but I get an Error: Kint not found. Same when I use CLI to call public/index.php
CodeIgniter 4 version
git 4.0.2 Artifact
Affected module(s)
Kint Class
Expected behavior, and steps to reproduce if appropriate
Download release tar. Deflate and set Document Root to public.
Type: Error
Message: Class 'Kint\Kint' not found
Filename: /var/www/html/ci4/system/ThirdParty/Kint/init.php
Line Number: 46
45 // Dynamic default settings
46 Kint::$file_link_format = \ini_get('xdebug.file_link_format');
47 if (isset($_SERVER['DOCUMENT_ROOT'])) {
48 Kint::$app_root_dirs = array(
49 $_SERVER['DOCUMENT_ROOT'] => '<ROOT>',
50 \realpath($_SERVER['DOCUMENT_ROOT']) => '<ROOT>',
Describe the bug
I just started with a fresh install of CI 4.0.2 and set it to development mode but I get an Error: Kint not found. Same when I use CLI to call public/index.php
CodeIgniter 4 version
git 4.0.2 Artifact
Affected module(s)
Kint Class
Expected behavior, and steps to reproduce if appropriate
Download release tar. Deflate and set Document Root to public.
Context
The text was updated successfully, but these errors were encountered: