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 ] }
break; case IMAGETYPE_JPEG: $img = imagecreatefromjpeg($picturePath); break; case IMAGETYPE_PNG: $img = imagecreatefrompng($picturePath); break; case IMAGETYPE_WEBP: if (function_exists('imagecreatefromwebp')) { $img = imagecreatefromwebp($picturePath); }|
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 |