Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64631196 bytes) in /home/mono/public_html/plugins/content/jw_sig/jw_sig/includes/helper.php on line 130
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64631196 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 64631196 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#3108
  -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
  ]
}
  1. // JPEG
  2. $source = imagecreatefromjpeg($original);
  3. break;
  4. case 3:
  5. // PNG
  6. $source = imagecreatefrompng($original);
  7. break;
  8. case 18:
  9. // WEBP
  10. if (version_compare(PHP_VERSION, '7.1.0', 'ge')) {
  11. $source = imagecreatefromwebp($original);

Stack Trace

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