Php 如何修复编码器点火器3中enble压缩_输出为真时的错误?

Php 如何修复编码器点火器3中enble压缩_输出为真时的错误?,php,codeigniter-3,Php,Codeigniter 3,大家好,我是codeigniter的新成员,当我将compress_输出设置为TRUE时出现问题,我遇到错误: Content Encoding Error The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. Please contact the website owners to inform them of th

大家好,我是codeigniter的新成员,当我将compress_输出设置为TRUE时出现问题,我遇到错误:

Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

    Please contact the website owners to inform them of this problem.

我该如何修复此错误?请帮帮我。

CodeIgniter似乎有自己的gzip输出方法(为什么,我不知道,但我对CI不太熟悉。)

当PHP错误消息使压缩内容出错时,可能会发生这种错误。将错误报告调整到E_ALL^E_NOTICE就可以做到这一点

更新:似乎还有一个CI配置设置:

$config['compress_output'] = FALSE;