Jump to content

ob_gzhandler problem


Recommended Posts

i'm sure everyone sees this at the bottom of all the forum pages:

Warning: (null)() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in Unknown on line 0

i had this same error message on my forums until i found this little fix. try adding this to the to of your code (i'm not sure where you'd put it as i don't know how you have your code set up...but prolly near the beginning of your forum code)

ob_end_clean();
ob_start("ob_gzhandler");

jebus

Link to comment

you're right ... it's a warning and not an error. and you were correct in saying it can be removed ... by implementing the fix i posted above :D

jebus

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...