Error on bottom of all pages... [message #13140] |
Tue, 23 September 2003 08:34 |
Nesrene
Messages: 25 Registered: April 2003 Location: Oslo
Karma: 0
|
Junior Member |
|
|
I get the following errormessage on the bottom of all pages:
"Warning: (null)() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in Unknown on line 0"
Any1 who knows where this originates from? 2.5.2RC1...
"History is written by those who have hanged heroes!"
|
|
|
|
Re: Error on bottom of all pages... [message #13159 is a reply to message #13158] |
Tue, 23 September 2003 15:40 |
Nesrene
Messages: 25 Registered: April 2003 Location: Oslo
Karma: 0
|
Junior Member |
|
|
prottoss wrote on Tue, 23 September 2003 17:35 | Do you have PHP sessions enabled or any sort of output buffering by default (via php.ini?)
|
Sessions are enabled yes, I do not think there are any buffering... The strange thing is that it occured after upgrading to 2.5.2RC1... It was'nt there before that.
"History is written by those who have hanged heroes!"
|
|
|
Re: Error on bottom of all pages... [message #13160 is a reply to message #13159] |
Tue, 23 September 2003 15:47 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
1) Disable gz compression inside the forum (that'll make the error go away)
2) Check your configuration that you do not already have gz compression (PHP one) enabled else where.
3) Check if you have session trans_id enabled, if it is, disabled it for the forum directory.
If #2 is true leave the forum's compression disabled, if #3 is true after you've disabled session trans_id and confirmed that it is indeed disabled try re-enabling FUDforum's native compression.
FUDforum Core Developer
|
|
|
Re: Error on bottom of all pages... [message #13161 is a reply to message #13160] |
Tue, 23 September 2003 15:50 |
Nesrene
Messages: 25 Registered: April 2003 Location: Oslo
Karma: 0
|
Junior Member |
|
|
prottoss wrote on Tue, 23 September 2003 17:47 | 1) Disable gz compression inside the forum (that'll make the error go away)
|
That was the trick!
"History is written by those who have hanged heroes!"
|
|
|