Error 500 Internal Server Error

GET https://dev.thelliervoyages.com/media/cache/resolve/article_lg/87/e6/decfcc4d710d758fc8f67ef030a3.jpg

Forwarded to ErrorController (cdfc25)

Exceptions

Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 168709633 bytes)

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 168709633 bytes)"
    "file" => "/var/www/vhosts/dev.thelliervoyages.com/httpdocs/vendor/imagine/imagine/src/Gd/Image.php"
    "line" => 795
  ]
}
  1. if (function_exists('imageantialias')) {
  2. imageantialias($resource, true);
  3. }
  4. $transparent = imagecolorallocatealpha($resource, 255, 255, 255, 127);
  5. imagefill($resource, 0, 0, $transparent);
  6. imagecolortransparent($resource, $transparent);
  7. return $resource;
  8. }

Logs

Level Channel Message
INFO 07:09:24 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 07:09:24 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 07:09:24 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 07:09:24 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 07:09:24 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 07:09:24 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 07:09:24 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "0948da"
    },
    "request_uri": "https://dev.thelliervoyages.com/_profiler/0948da",
    "method": "GET"
}

Stack Trace

OutOfMemoryError
Symfony\Component\ErrorHandler\Error\OutOfMemoryError:
Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 168709633 bytes)

  at vendor/imagine/imagine/src/Gd/Image.php:795