Notice: file_put_contents(): Write of 6101 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Warning: file_put_contents(): Only 126 of 6227 bytes written, possibly out of free disk space in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents(): Write of 6227 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Notice: file_put_contents() [function.file-put-contents]: Write of 890 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137

Warning: file_put_contents() [function.file-put-contents]: Only 29 of 919 bytes written, possibly out of free disk space in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137
Warning (512) : Unable to emit headers. Headers sent in file=/home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php line=137 [in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 65]

Notice: file_put_contents() [function.file-put-contents]: Write of 1088 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php:137) [in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 159]

Notice: file_put_contents() [function.file-put-contents]: Write of 1085 bytes failed with errno=122 Disk quota exceeded in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 137
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php:137) [in /home/verychard/erdotanusitas.hu/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 192]
Error: Database Error

Database Error 📋

PDOException

Error SQLSTATE[HY000]: General error: 1 cannot rollback - no transaction is active

If you are using SQL keywords as table column names, you can enable identifier quoting for your database connection in config/app.php.

Could this be caused by using Auto-Tables?

Some of the Table objects in your application were created by instantiating "Cake\ORM\Table" instead of any other specific subclass.

This could be the cause for this exception. Auto-Tables are created for you under the following circumstances:


Please try correcting the issue for the following table aliases:


CORE/src/Database/Driver.php at line 473 (edit)
        }
        $this->log('ROLLBACK');
        return $this->getPdo()->rollBack();
    }
    /**
     Returns whether a transaction is active for connection.

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