Guest Posted June 25, 2003 Share Posted June 25, 2003 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
me Posted June 25, 2003 Share Posted June 25, 2003 ah yes... I've been seeing that error message for a long time... just never bothered to post about it. Link to comment
ArtiGamer Posted June 25, 2003 Share Posted June 25, 2003 I downt think thats an error and i think you can remove that "Warning: (null)() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in Unknown on line 0" below. Link to comment
Guest Posted June 25, 2003 Share Posted June 25, 2003 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 jebus Link to comment
ArtiGamer Posted June 25, 2003 Share Posted June 25, 2003 Yup (sorry i whas sleeping when i posted my last post...) Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now