PDA

View Full Version : Very minor issue: conflict in gzip compression


ThatAdamGuy
1st of May 2004 (Sat), 17:38
I'm getting the following error in the admin interface on each page:

"Warning: ob_start(): output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /home/lasnik/public_html/asz/photography/gallery/input/EDITOR_settings.php on line 8"

I'm assuming that this is because I specify gzip compression in my site root .htaccess:

"php_flag zlib.output_compression On"

Do I need to add "php_flag zlib.output_compression Off" to the EE .htaccess file, or...?