Request a call
More
Additional parameter:
Reset
To apply

No results

Database Exception – yii\db\Exception
Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Database Exceptionyii\db\Exception

SQLSTATE[53100]: Disk full: 7 ERROR: could not access status of transaction 0
DETAIL: Could not write to file "pg_subtrans/0018" at offset 114688: No space left on device.
The SQL being executed was: INSERT INTO "session" ("data", "id", "expire") VALUES ('__flash|a:0:{}filter|a:4:{s:4:"beds";N;s:10:"max_people";N;s:9:"date_from";N;s:7:"date_to";N;}', 'v4mj4oelqtc4lcna2mgltiboc5', 1695675290)

Error Info: Array
(
    [0] => 53100
    [1] => 7
    [2] => ERROR:  could not access status of transaction 0
DETAIL:  Could not write to file "pg_subtrans/0018" at offset 114688: No space left on device.
)
$_GET = [
    'islandAlias' => 'samui',
    'buildingTypeAlias' => 'bungalo',
];

$_SESSION = [
    '__flash' => [],
    'filter' => [
        'beds' => null,
        'max_people' => null,
        'date_from' => null,
        'date_to' => null,
    ],
];