安装phpcms过程中,会遇到Warning:  ob_start() : output handler 'ob_gzhandler conflicts with 'zlib output compression'  in 。。。。57 行,解决办法是在第五十七行ob_start('ob_gzhandler');前面加上一句ob_end_clean();这样安装就能成功了。

或:

 

install_package\caches\configs  到这个目录找到system.php ,打开后找到gzip选项,后面的1,改为0.上传覆盖。

相关文章:

  • 2021-12-06
  • 2022-12-23
  • 2021-08-23
  • 2021-05-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-01
  • 2022-02-24
  • 2021-10-04
  • 2021-04-21
  • 2021-10-05
  • 2021-09-15
  • 2022-12-23
相关资源
相似解决方案