ConnectionManager.php Error CakePHP 4.2

I am trying to install 4.2 version in Ubuntu 18.04 LTS with LAMP. I have the CakePHP 4.2 Console working as expected with the built-in server running at http://localhost:8765 but the browser throws the following error:

I would appreciate any help to resolve this issue!

Thanks.

From the stack trace, it’s trying to initialize DebugKit. What does your configuration for that look like?

Thanks for bringing up DebugKit. I realized it is not enabled which I will do and test.

Thanks Zuluru - the problem is resolved.

I enabled DebugKit and installed php-sqlite3. After looking into all the errors, I checked the mysql db name and it wasn’t exactly what I told CakePHP!