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