Warning: mkdir(): Permission denied in /srv/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 95
Warning (2) : mkdir(): Permission denied [in /srv/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php, line 95]
Warning (512) : Unable to emit headers. Headers sent in file=/srv/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php line=95 [in /srv/app/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 65]
Warning (2) : Cannot modify header information - headers already sent by (output started at /srv/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php:95) [in /srv/app/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 159]
Warning (2) : Cannot modify header information - headers already sent by (output started at /srv/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php:95) [in /srv/app/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 192]
Error: Missing Plugin

Missing Plugin 📋

Cake\Core\Exception\MissingPluginException

Error The application is trying to load a file from the DebugKit plugin.

Make sure your plugin DebugKit is in the /srv/app/plugins/ directory and was loaded.

<?php
// src/Application.php
public function bootstrap()
{
    parent::bootstrap();

    $this->addPlugin('DebugKit');
}
CORE/src/Core/PluginCollection.php at line 160 (edit)
                return $path . $pluginPath . DIRECTORY_SEPARATOR;
            }
        }
        throw new MissingPluginException(['plugin' => $name]);
    }
    /**
     * Add a plugin to the collection

If you want to customize this error message, create templates/Error/missing_plugin.php