Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#130988 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 268435456 bytes exhausted (tried to allocate 18377536 bytes)" "file" => "/home/cookejco/public_html/stjohns5/libraries/vendor/laminas/laminas-diactoros/src/Stream.php" "line" => 289 ] }
{
if (! $this->isReadable()) {
throw Exception\UnreadableStreamException::dueToConfiguration();
}
$result = stream_get_contents($this->resource);
if (false === $result) {
throw Exception\UnreadableStreamException::dueToPhpError();
}
return $result;
}
OutOfMemoryError
|
---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 18377536 bytes) at /home/cookejco/public_html/stjohns5/libraries/vendor/laminas/laminas-diactoros/src/Stream.php:289 |