PHPNuke error with mainfile.php
I am in desperate need of help, I recieve the following error at the top of my website:
Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /home/u2/blindeyes/html/mainfile.php on line 88
This prevents me from accessing any part of my administration menu. I have already replaced the line
$do_gzip_compress = true;
to
$do_gzip_compress = false;
but still get the error, and am still not able to access any part of the administration menu. Any help would be GREATLY appreciated!
|