Uniplan Logo

(+632) 911 5181 / (+632) 911 8548 / (+632) 441 8972
uniplan.agency@gmail.com

     

Slug Position Country Date Open Action
Copyright 2017 Uniplan Overseas Employment Inc. All rights reserved | Created by Quantum X, Inc.
ob_end_flush(): Failed to send buffer of zlib output compression (0) (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

ob_end_flush(): Failed to send buffer of zlib output compression (0)

Exception

ErrorException

Show exception properties
ErrorException {#139
  #severity: E_NOTICE
}
  1.         $level \count($status);
  2.         $flags \PHP_OUTPUT_HANDLER_REMOVABLE | ($flush \PHP_OUTPUT_HANDLER_FLUSHABLE \PHP_OUTPUT_HANDLER_CLEANABLE);
  3.         while ($level-- > $targetLevel && ($s $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags $s['del'])) {
  4.             if ($flush) {
  5.                 ob_end_flush();
  6.             } else {
  7.                 ob_end_clean();
  8.             }
  9.         }
  10.     }
  1.      * @return callable
  2.      */
  3.     protected function forwardsTo($method)
  4.     {
  5.         return fn (...$arguments) => static::$app
  6.             $this->{$method}(...$arguments)
  7.             : false;
  8.     }
  9.     /**
  10.      * Determine if the error level is a deprecation.
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)
  1.         $level \count($status);
  2.         $flags \PHP_OUTPUT_HANDLER_REMOVABLE | ($flush \PHP_OUTPUT_HANDLER_FLUSHABLE \PHP_OUTPUT_HANDLER_CLEANABLE);
  3.         while ($level-- > $targetLevel && ($s $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags $s['del'])) {
  4.             if ($flush) {
  5.                 ob_end_flush();
  6.             } else {
  7.                 ob_end_clean();
  8.             }
  9.         }
  10.     }
  1.         if (\function_exists('fastcgi_finish_request')) {
  2.             fastcgi_finish_request();
  3.         } elseif (\function_exists('litespeed_finish_request')) {
  4.             litespeed_finish_request();
  5.         } elseif (!\in_array(\PHP_SAPI, ['cli''phpdbg''embed'], true)) {
  6.             static::closeOutputBuffers(0true);
  7.             flush();
  8.         }
  9.         return $this;
  10.     }
Response->send() in /home/unplan/uniplan-cms/public/index.php (line 56)
  1. $response $kernel->handle(
  2.     $request Illuminate\Http\Request::capture()
  3. );
  4. $response->send();
  5. $kernel->terminate($request$response);

Stack Trace

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)