Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 266354688 bytes) in /var/www/vhosts/certifico.com/httpdocs/plugins/content/attachments/src/Extension/Attachments.php on line 330
Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 266354688 bytes) (500 Whoops, looks like something went wrong.)

OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 266354688 bytes)

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
0 of 0
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#25874 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 536870912 bytes exhausted (tried to allocate 266354688 bytes)" "file" => "/var/www/vhosts/certifico.com/httpdocs/plugins/content/attachments/src/Extension/Attachments.php" "line" => 330 ] }
  1. }
  2. // Add the attachments list
  3. $content = $parent->insertAttachmentsList($row, $parent_id, $parent_entity);
  4. var_dump($content); die();
  5. // ??? if (isset($row->text)) $row->text .= " [OCBD text $context]";
  6. // ??? if (isset($row->introtext)) $row->introtext .= " [OCBD introtext $context]";
  7. return true;