CodeIgniter4: Bug: Class 'Kint\Renderer\Renderer' not found
Issue During running spark in my terminal I am facing Render not found error.
CodeIgniter version Codeigniter 4
Error Response ` $ php spark serve An uncaught Exception was encountered
Type: Error Message: Class ‘Kint\Renderer\Renderer’ not found Filename: C:\wamp64\www\ci4\vendor\codeigniter4\framework\system\Config\Config.php Line Number: 124 `
Context
- OS: [e.g. Windows 10]
- Web server [e.g. Apache 2.2.41]
- PHP version [e.g. 7.4.0]
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 25 (14 by maintainers)
Yup. Working on it guys. Patience. 😃
If you got this error with CodeIgniter v4.3, See https://codeigniter4.github.io/CodeIgniter4/installation/upgrade_430.html#config-files
While updating the filename works, the correct solution is to update Composer to update your version from 2.x to 3.x like the framework has done, and copy over the new app/Config/Kint.php to your application.
@arif98741 That was mentioned by two comments previously. 😃
Released 4.0.1 that fixed that. Unfortunately, it is now showing up an issue that I missed when reviewing our tests refactor last night. I won’t have time until later tonight to fix that. A temporary fix is to remove the file:
tests/_support/Commands/CommandsTestStreamFilter.php
.