Welcome Guest, Not a member yet? Register   Sign In
zlib.output_compression problem in CI 4.1.4
#2

/app/Config/Events.php
Removing this code in app/Config/Events.php, or turning off output_compression in php.ini is a temp solution.

while (\ob_get_level() > 0)
 {
  \ob_end_flush();
 }

 \ob_start(function ($buffer) {
  return $buffer;
 });

You can just comment it out
Reply


Messages In This Thread
RE: zlib.output_compression problem in CI 4.1.4 - by devprecious - 10-19-2021, 10:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB