Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35800257 bytes) in /home/kandima/public_html/administrator/components/com_widgetkit/vendor/abeautifulsite/simpleimage/src/claviska/SimpleImage.php on line 808
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35800257 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 35800257 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.     // workaround is to create a new truecolor image, allocate a transparent color, and copy the
  2.     // image over to it using imagecopyresampled.
  3.     $newImage imagecreatetruecolor($width$height);
  4.     $transparentColor imagecolorallocatealpha($newImage000127);
  5.     imagecolortransparent($newImage$transparentColor);
  6.     imagefill($newImage00$transparentColor);
  7.     imagecopyresampled(
  8.       $newImage,
  9.       $this->image,
  10.       0000,
  11.       $width,

Stack Trace

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

  at /home/kandima/public_html/administrator/components/com_widgetkit/vendor/abeautifulsite/simpleimage/src/claviska/SimpleImage.php:808