if you get errors like:
"output handler 'ob_gzhandler' cannot be used twice"
if you are using
"ob_start("ob_gzhandler");"
check for your php.ini file, it should look like this:
output_buffering = Off ; delete the 4096k value
output_handler =
zlib.output_compression = Off