重庆小潘seo博客

当前位置:首页 > 重庆网络营销 > 小潘杂谈 >

小潘杂谈

phpcms出现ob start失败怎么办

时间:2020-09-06 14:30:09 作者:重庆seo小潘 来源:
安装phpcms时出现Warning: ob_start(): output handler ob_gzhandler conflicts with zlib 推荐:《phpcms教程》 1、 解决方法一: 打开phpcms/base.php,在第57行,修改如下:if(pc_base::load_config(system,gzip) function_exists(ob_gzhandler)) {//加上

phpcms出现ob start失败怎么办

安装phpcms时出现Warning: ob_start(): output handler 'ob_gzhandler' conflicts with 'zlib

推荐:《phpcms教程》

1、 解决方法一:

打开phpcms/base.php,在第57行,修改如下:if(pc_base::load_config('system','gzip') && function_exists('ob_gzhandler')) {//加上如下这段代码ob_end_clean();ob_start('ob_gzhandler');} else {ob_start();}2、解决方法二:

在install_package/caches/configs/下的system.php中找到gzip,修改如下:'gzip' => 0, //是否Gzip压缩后输出以上就是phpcms出现ob start失败怎么办的详细内容,更多请关注小潘博客其它相关文章!