Hi… Developers I need help
Your cache is NOT working. Please check the settings in config/app.php
how to enable that now? hehhehe
Hi… Developers I need help
Your cache is NOT working. Please check the settings in config/app.php
how to enable that now? hehhehe
The default cache config uses the file system
Therefore make sure, that your <app-root>/tmp/cache folder inside your project is present/can be written to.
are you running inside a docker container?
Check your folder permissions for logs and tmp (including folder inside). It should have write access

It has been fixed in app 5.1.1 (Your cache is NOT working. Please check the settings in config/app.php · Issue #1020 · cakephp/app · GitHub)