Blank page on the web server |
Hello everyone!
Good news! I had already commented in one of the previous posts that I was suspicious that the problem was in the server configuration. With the information posted by ivanfdr, through this topic: https://forum.codeigniter.com/thread-742...blank+page I verified that on my server the php directive zlib.output_compression was enabled. I did a test by disabling this directive and the page was loaded normally! https://test.inspex.com.br I don't know if this is a bug or if this php directive should really be disabled, but in any case this is important information for those who face this type of problem. I am grateful for the important help of Jhon Betong and ivanfdr for the contribution of the information.
@PHS,
Congratulations and many thanks for letting us know of your success. Looks like the CI3 warnings have not been implemented on CI4? file: CI-3.1.11 -> application/Config.php Code: /*
Is the "compress_output" configuration variable something I can set to off in Codeigniter4? If so, where? Hate to hack at system files because of the zlib_compresson is on for the server.
(05-07-2020, 03:05 PM)MinimumViableProgrammer Wrote: Is the "compress_output" configuration variable something I can set to off in Codeigniter4? If so, where? Hate to hack at system files because of the zlib_compresson is on for the server. Hi..have U found where to enable/disabled compression on CI4? My CI4 project doesn't compressed like in CI3 where i enabled in config.php. So i was wondering how to do? |
Welcome Guest, Not a member yet? Register Sign In |