Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 69067020 bytes) in /var/www/vhosts/cm-constancia.pt/httpdocs/administrator/components/com_acym/Helpers/ImageHelper.php on line 190
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 69067020 bytes) (500 Whoops, looks like something went wrong.)

OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 69067020 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#1425
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 69067020 bytes)"
    "file" => "/var/www/vhosts/cm-constancia.pt/httpdocs/administrator/components/com_acym/Helpers/ImageHelper.php"
    "line" => 190
  ]
}
  1.                 break;
  2.             case IMAGETYPE_JPEG:
  3.                 $img imagecreatefromjpeg($picturePath);
  4.                 break;
  5.             case IMAGETYPE_PNG:
  6.                 $img imagecreatefrompng($picturePath);
  7.                 break;
  8.             case IMAGETYPE_WEBP:
  9.                 if (function_exists('imagecreatefromwebp')) {
  10.                     $img imagecreatefromwebp($picturePath);
  11.                 }

Stack Trace

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

  at /var/www/vhosts/cm-constancia.pt/httpdocs/administrator/components/com_acym/Helpers/ImageHelper.php:190