Warning (512) : SplFileInfo::openFile(/home/site/wwwroot/tmp/cache/models/myapp_cake_model_allow): Failed to open stream: No such file or directory [in /home/site/wwwroot/vendor/cakephp/cakephp/src/Cache/Engine/FileEngine.php, line 387]
Warning (512) : Unable to emit headers. Headers sent in file=/home/site/wwwroot/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 65]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 159]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 192]
Error: _cake_model_ cache was unable to write 'allow' to Cake\Cache\Engine\FileEngine cache

_cake_model_ cache was unable to write 'allow' to Cake\Cache\Engine\FileEngine cache 📋

Cake\Cache\Exception\CacheWriteException
CORE/src/Cache/Cache.php at line 252 (edit)
        $backend = static::pool($config);
        $success $backend->set($key$value);
        if ($success === false && $value !== '') {
            throw new CacheWriteException(sprintf(
                "%s cache was unable to write '%s' to %s cache",
                $config,
                $key,
                $backend::class,

If you want to customize this error message, create templates/Error/error500.ctp