View previous topic :: View next topic |
Author |
Message |
remote
Joined: 26 Jan 2003 Posts: 1
|
Posted: Sun Jan 26, 2003 10:38 am Post subject: output handler 'ob_gzhandler' |
|
|
hi to all.
I've just installed B2 on my server and when I open the home page I getthis error
Warning: (null)() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in Unknown on line 0
You can see it on http://www,docblog.org/b2
I do not understandwhat does it mean or where I've got wrong.
Any suggestion?
thx
remote |
|
Back to top |
|
 |
GamerZ
Joined: 15 May 2002 Posts: 537 Location: Singapore
|
Posted: Sun Jan 26, 2003 12:13 pm Post subject: |
|
|
think is a php 4.3.0 bug _________________
++ GamerZ.Per.Sg - Complex Simplicity |
|
Back to top |
|
 |
Kelson
Joined: 30 Jan 2003 Posts: 1
|
Posted: Thu Jan 30, 2003 9:10 pm Post subject: |
|
|
According to this page, it's not actually a bug, it's a warning to let you know that the script is misconfigured for the server or vice versa.
Specifically, if you have output buffering turned on in php.ini *and* you try to turn it on in a script, it will generate this warning.
http://bugs.php.net/bug.php?id=20479
Unfortunately the wording isn't very useful.
You can solve it by either turning output buffering off in php.ini or setting $use_gzipcompression to 0 at the top of blog.header.php. |
|
Back to top |
|
 |
|