现在的位置: 首页 > 综合 > 正文

PHP Warning: ob_start() : output handler ‘ob_gzhandler conflicts with ‘zlib output compression’

2013年01月31日 ⁄ 综合 ⁄ 共 175字 ⁄ 字号 评论关闭

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

抱歉!评论已关闭.