Exceptions
Exception
Symfony\Component\ErrorHandler\Error\ OutOfMemoryError
Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#771 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 536870912 bytes exhausted (tried to allocate 216000001 bytes)" "file" => "/var/www/vhosts/dev.thelliervoyages.com/httpdocs/vendor/imagine/imagine/src/Gd/Image.php" "line" => 795 ] }
in
vendor/imagine/imagine/src/Gd/Image.php
(line 795)
if (function_exists('imageantialias')) {imageantialias($resource, true);}$transparent = imagecolorallocatealpha($resource, 255, 255, 255, 127);imagefill($resource, 0, 0, $transparent);imagecolortransparent($resource, $transparent);return $resource;}
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 05:14:17 | deprecation |
User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead. {
"exception": {}
}
|
| INFO 05:14:17 | deprecation |
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead. {
"exception": {}
}
|
| INFO 05:14:17 | deprecation |
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm) {
"exception": {}
}
|
| INFO 05:14:17 | deprecation |
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm) {
"exception": {}
}
|
| INFO 05:14:17 | doctrine |
Connecting with parameters {params} {
"params": {
"use_savepoints": true,
"driver": "pdo_mysql",
"idle_connection_ttl": 600,
"host": "localhost",
"port": 3306,
"user": "thellier",
"password": "<redacted>",
"driverOptions": [],
"defaultTableOptions": [],
"dbname": "dev_thellier",
"serverVersion": "mariadb-11.8.3",
"charset": "utf8mb4"
}
}
|
| DEBUG 05:14:17 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.is_activate AS is_activate_2, t0.ips AS ips_3, t0.message AS message_4 FROM maintenance t0 LIMIT 1 {
"sql": "SELECT t0.id AS id_1, t0.is_activate AS is_activate_2, t0.ips AS ips_3, t0.message AS message_4 FROM maintenance t0 LIMIT 1"
}
|
| INFO 05:14:17 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "c400df"
},
"request_uri": "https://dev.thelliervoyages.com/_profiler/c400df",
"method": "GET"
}
|
Stack Trace
|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 216000001 bytes) at vendor/imagine/imagine/src/Gd/Image.php:795 |