Slug | Position | Country | Date Open | Action |
---|
ErrorException {#139 #severity: E_NOTICE }
$level = \count($status);
$flags = \PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? \PHP_OUTPUT_HANDLER_FLUSHABLE : \PHP_OUTPUT_HANDLER_CLEANABLE);
while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) {
if ($flush) {
ob_end_flush();
} else {
ob_end_clean();
}
}
}
* @return callable
*/
protected function forwardsTo($method)
{
return fn (...$arguments) => static::$app
? $this->{$method}(...$arguments)
: false;
}
/**
* Determine if the error level is a deprecation.
$level = \count($status);
$flags = \PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? \PHP_OUTPUT_HANDLER_FLUSHABLE : \PHP_OUTPUT_HANDLER_CLEANABLE);
while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) {
if ($flush) {
ob_end_flush();
} else {
ob_end_clean();
}
}
}
if (\function_exists('fastcgi_finish_request')) {
fastcgi_finish_request();
} elseif (\function_exists('litespeed_finish_request')) {
litespeed_finish_request();
} elseif (!\in_array(\PHP_SAPI, ['cli', 'phpdbg', 'embed'], true)) {
static::closeOutputBuffers(0, true);
flush();
}
return $this;
}
$response = $kernel->handle(
$request = Illuminate\Http\Request::capture()
);
$response->send();
$kernel->terminate($request, $response);
ErrorException
|
---|
ErrorException: ob_end_flush(): Failed to send buffer of zlib output compression (0) at /home/unplan/uniplan-cms/vendor/symfony/http-foundation/Response.php:1315 at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8, 'ob_end_flush(): Failed to send buffer of zlib output compression (0)', '/home/unplan/uniplan-cms/vendor/symfony/http-foundation/Response.php', 1315) (/home/unplan/uniplan-cms/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:255) at Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}(8, 'ob_end_flush(): Failed to send buffer of zlib output compression (0)', '/home/unplan/uniplan-cms/vendor/symfony/http-foundation/Response.php', 1315) at ob_end_flush() (/home/unplan/uniplan-cms/vendor/symfony/http-foundation/Response.php:1315) at Symfony\Component\HttpFoundation\Response::closeOutputBuffers(0, true) (/home/unplan/uniplan-cms/vendor/symfony/http-foundation/Response.php:435) at Symfony\Component\HttpFoundation\Response->send() (/home/unplan/uniplan-cms/public/index.php:56) |