Rigel Kentaurus
Well-known member
I was unable to install Xenforo on my server (worked on my local box), due to this error

Since that line seemed to be an ob_end_clean, that most likely meant some configuration on my side. My current environment:
zlib.output_compression = 1
to
zlib.output_compression = 0
(I can enable compression at the lighttpd level so I don't care)
Just posting this in case someone has the same bug and is trying to solve it
				
			
Since that line seemed to be an ob_end_clean, that most likely meant some configuration on my side. My current environment:
- centos linux
 - lighttpd with php-cgi
 - php 5.3
 
zlib.output_compression = 1
to
zlib.output_compression = 0
(I can enable compression at the lighttpd level so I don't care)
Just posting this in case someone has the same bug and is trying to solve it