Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 179044353 bytes) in /home/httpd/vhosts/dlh-j4.n3e.ch/httpdocs/templates/yootheme/packages/image/src/Image/GDResource.php on line 187
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#1839 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 536870912 bytes exhausted (tried to allocate 179044353 bytes)" "file" => "/home/httpd/vhosts/dlh-j4.n3e.ch/httpdocs/templates/yootheme/packages/image/src/Image/GDResource.php" "line" => 187 ] }
protected static function createImage($width, $height, $color = 'transparent')
{
$rgba = static::parseColor($color);
$image = imagecreatetruecolor($width, $height);
imagefill($image, 0, 0, $rgba);
if ($color == 'transparent') {
imagecolortransparent($image, $rgba);
}
OutOfMemoryError
|
---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 179044353 bytes) at /home/httpd/vhosts/dlh-j4.n3e.ch/httpdocs/templates/yootheme/packages/image/src/Image/GDResource.php:187 |