Notice: file_put_contents() [function.file-put-contents]: Write of 1337 bytes failed with errno=28 No space left on device in /var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8) : file_put_contents(): Write of 283 bytes failed with errno=28 No space left on device [in /var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php, line 140]

Notice: file_put_contents() [function.file-put-contents]: Write of 1669 bytes failed with errno=28 No space left on device in /var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8) : file_put_contents() [function.file-put-contents]: Write of 7626 bytes failed with errno=28 No space left on device [in /var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php, line 140]

Notice: file_put_contents() [function.file-put-contents]: Write of 546 bytes failed with errno=28 No space left on device in /var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (512) : Unable to emit headers. Headers sent in file=/var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=36 [in /var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]

Notice: file_put_contents() [function.file-put-contents]: Write of 744 bytes failed with errno=28 No space left on device in /var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 164]

Notice: file_put_contents() [function.file-put-contents]: Write of 741 bytes failed with errno=28 No space left on device in /var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /var/www/proveedores.tms.grucas.com/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Missing Database Connection

Missing Database Connection 📋

Cake\Database\Exception\MissingConnectionException
Toggle Vendor Stack Frames

Connection to Postgres could not be established: SQLSTATE[08006] [7] connection to server at "localhost" (::1), port 5432 failed: FATAL: could not write init file

        } else {
            $dsn "pgsql:dbname={$config['database']}";
        }
        $this->_connect($dsn$config);
        $this->_connection $connection $this->getConnection();
        if (!empty($config['encoding'])) {
            $this->setEncoding($config['encoding']);
        }
     */
    protected function _connect(string $dsn, array $config): bool
    {
        $action = function () use ($dsn$config) {
            $this->setConnection(new PDO(
                $dsn,
                $config['username'] ?: null,
                $config['password'] ?: null,
                $config['flags']

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