Notice: file_put_contents() [function.file-put-contents]: write of 1683 bytes failed with errno=28 No space left on device in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 1683 bytes written, possibly out of free disk space in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8) : file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: write of 2433 bytes failed with errno=28 No space left on device [in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php, line 140]

Notice: file_put_contents() [function.file-put-contents]: write of 1684 bytes failed with errno=28 No space left on device in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 1684 bytes written, possibly out of free disk space in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (2) : file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Only 3544 of 5977 bytes written, possibly out of free disk space [in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php, line 140]

Notice: file_put_contents() [function.file-put-contents]: write of 525 bytes failed with errno=28 No space left on device in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 525 bytes written, possibly out of free disk space in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (512) : Unable to emit headers. Headers sent in file=/var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=36 [in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]

Notice: file_put_contents() [function.file-put-contents]: write of 728 bytes failed with errno=28 No space left on device in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 728 bytes written, possibly out of free disk space in /var/www/vhosts/valpolicella.it/httpdocs/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/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]

Notice: file_put_contents() [function.file-put-contents]: write of 725 bytes failed with errno=28 No space left on device in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 725 bytes written, possibly out of free disk space in /var/www/vhosts/valpolicella.it/httpdocs/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/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /var/www/vhosts/valpolicella.it/httpdocs/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: SQLSTATE[HY000]: General error: 1021 Disk full (/var/tmp/#sql_533_0); waiting for someone to free some space...

SQLSTATE[HY000]: General error: 1021 Disk full (/var/tmp/#sql_533_0); waiting for someone to free some space... 📋

Cake\Database\Exception\DatabaseException
Toggle Vendor Stack Frames
            [$config['schema'], $name] = explode('.'$name);
        }
        $table $this->_connection->getDriver()->newTableSchema($name);
        $this->_reflect('Column'$name$config$table);
        if (count($table->columns()) === 0) {
            throw new DatabaseException(sprintf('Cannot describe %s. It has 0 columns.'$name));
        }
        $connection $this->_driver->getConnection();
        try {
            $connection->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY$this->_bufferResults);
            $result $this->_statement->execute($params);
        } finally {
            $connection->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERYtrue);
        }

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