Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#7136 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 64631196 bytes)" "file" => "/home/mono/public_html/plugins/content/jw_sig/jw_sig/includes/helper.php" "line" => 130 ] }
// JPEG
$source = imagecreatefromjpeg($original);
break;
case 3:
// PNG
$source = imagecreatefrompng($original);
break;
case 18:
// WEBP
if (version_compare(PHP_VERSION, '7.1.0', 'ge')) {
$source = imagecreatefromwebp($original);
OutOfMemoryError
|
---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64631196 bytes) at /home/mono/public_html/plugins/content/jw_sig/jw_sig/includes/helper.php:130 |