Notice (8): file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: write of 4588 bytes failed with errno=28 No space left on device [CORE/src/Log/Engine/FileLog.php, line 133]
Warning (2): file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Only -1 of 4588 bytes written, possibly out of free disk space [CORE/src/Log/Engine/FileLog.php, line 133]

Notice: file_put_contents() [function.file-put-contents]: write of 1291 bytes failed with errno=28 No space left on device in /var/www/projects/species/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 1291 bytes written, possibly out of free disk space in /var/www/projects/species/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): Unable to emit headers. Headers sent in file=/var/www/projects/species/vendor/cakephp/cakephp/src/Error/Debugger.php line=853 [CORE/src/Http/ResponseEmitter.php, line 48]

Notice: file_put_contents() [function.file-put-contents]: write of 597 bytes failed with errno=28 No space left on device in /var/www/projects/species/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 597 bytes written, possibly out of free disk space in /var/www/projects/species/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/projects/species/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 148]

Notice: file_put_contents() [function.file-put-contents]: write of 744 bytes failed with errno=28 No space left on device in /var/www/projects/species/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 744 bytes written, possibly out of free disk space in /var/www/projects/species/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/projects/species/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 177]

Notice: file_put_contents() [function.file-put-contents]: write of 741 bytes failed with errno=28 No space left on device in /var/www/projects/species/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 741 bytes written, possibly out of free disk space in /var/www/projects/species/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Error: Database Error

Database Error PDOException

Documentation API

Error: SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql-temptable-2a5-2554ed-6d636.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")

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

SQL Query:

SELECT EcoregionTaxa.taxa_id AS `TaxaEcoregions_CJoin__taxa_id`, EcoregionTaxa.ecoregion_id AS `TaxaEcoregions_CJoin__ecoregion_id`, TaxaEcoregions.id AS `TaxaEcoregions__id`, TaxaEcoregions.name AS `TaxaEcoregions__name`, TaxaEcoregions.biome_id AS `TaxaEcoregions__biome_id`, TaxaEcoregions.geo_id AS `TaxaEcoregions__geo_id`, TaxaEcoregions.country AS `TaxaEcoregions__country`, TaxaEcoregions.area_h AS `TaxaEcoregions__area_h`, TaxaEcoregions.abstract AS `TaxaEcoregions__abstract`, TaxaEcoregions.supressnglink AS `TaxaEcoregions__supressnglink`, TaxaEcoregions.er_type AS `TaxaEcoregions__er_type` FROM ecoregions TaxaEcoregions INNER JOIN ecoregion_taxa EcoregionTaxa ON TaxaEcoregions.id = (EcoregionTaxa.ecoregion_id) WHERE EcoregionTaxa.taxa_id in (:c0) ORDER BY TaxaEcoregions.name

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:


If you want to customize this error message, create src/Template/Error/pdo_error.ctp

toggle vendor stack frames