0 of 0Symfony\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 ] }
}
// Add the attachments list
$content = $parent->insertAttachmentsList($row, $parent_id, $parent_entity);
var_dump($content); die();
// ??? if (isset($row->text)) $row->text .= " [OCBD text $context]";
// ??? if (isset($row->introtext)) $row->introtext .= " [OCBD introtext $context]";
return true;
OutOfMemoryError
|
---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 266354688 bytes) at /var/www/vhosts/certifico.com/httpdocs/plugins/content/attachments/src/Extension/Attachments.php:330 |