Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#3148 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 40960 bytes)" "file" => "/home/mono/public_html/plugins/content/jw_sig/jw_sig/includes/helper.php" "line" => 126 ] }
// GIF
$source = imagecreatefromgif($original);
break;
case 2:
// JPEG
$source = imagecreatefromjpeg($original);
break;
case 3:
// PNG
$source = imagecreatefrompng($original);
break;
OutOfMemoryError
|
---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 40960 bytes) at /home/mono/public_html/plugins/content/jw_sig/jw_sig/includes/helper.php:126 |