Kalina
10-23-2007, 02:30 AM
I am running vBulletin 3.6.8 Patch Level 1, when trying to rate an arcade game, we receive this error:
"Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /arcade/functions/functions.php on line 1337"
Any ideas how to fix it?
--------------- Added 1193112084 at 1193112084 ---------------
I fixed this by adding the following line to my .htaccess file.
php_flag zlib.output_compression Off
As mentioned here:
http://osxclientserver.com/gzip-error-ob_gzhandler-conflicts-with-zlib-output-compression/
"Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /arcade/functions/functions.php on line 1337"
Any ideas how to fix it?
--------------- Added 1193112084 at 1193112084 ---------------
I fixed this by adding the following line to my .htaccess file.
php_flag zlib.output_compression Off
As mentioned here:
http://osxclientserver.com/gzip-error-ob_gzhandler-conflicts-with-zlib-output-compression/