View previous topic :: View next topic |
Author |
Message |
p4rticles
Joined: 27 Jan 2004 Posts: 1
|
Posted: Tue Jan 27, 2004 7:48 am Post subject: unknown error message |
|
|
Hi,
I installed my b2 script and began using it then my servers hard drive was corrupted and they had to install another one. Then everything started working fine. Now out of nowhere I get this error message when on my main index.php page.
Warning: ob_start(): output handler 'ob_gzhandler' cannot be used twice in /home/iplanned/public_html/b2/b2-include/b2functions.php on line 598
Can anyone please help?
please and thank you.
Erik |
|
Back to top |
|
 |
maimiti
Joined: 16 Sep 2003 Posts: 11
|
Posted: Mon Feb 02, 2004 8:05 pm Post subject: |
|
|
I had the same problem but I think I've managed to solve it. In blog.header.php on line 6 you have this code:
Code: | $use_gzipcompression = 1; |
Change it to:
Code: | $use_gzipcompression = 0; |
I have no idea what function this code has, but changing it removed the error and still everyting seems to work fine... |
|
Back to top |
|
 |
|