Notice (8): file_put_contents(): Write of 270 bytes failed with errno=28 No space left on device [CORE/src/Log/Engine/FileLog.php, line 140]

Notice: file_put_contents() [function.file-put-contents]: Write of 1108 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): SplFileObject::fwrite() [<a href='https://secure.php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: Write of 284 bytes failed with errno=28 No space left on device [CORE/src/Cache/Engine/FileEngine.php, line 141]
Error: Database Error

Database Error 📋

PDOException
Toggle Vendor Stack Frames

Error SQLSTATE[HY000]: General error: 3 Error writing file '/tmp/MY2YyH90' (Errcode: 28 - No space left on device)

        $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 are using SQL keywords as table column names, you can enable identifier quoting for your database connection in config/app.php.

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