Quote:
Originally posted by dwh
I thot I set my gzip stuff to on in the options? Gotta double check that but I'm pretty sure...
|
To be honest, I haven't looked that closely at vBulletin's implementation of gzip compression... most implementations employ some form of output buffering, which would allow the cookie to be set, but if the control panel doesn't use the compression, or if vB's gzipping doesn't buffer the output, then setting
output_buffering = On in php.ini is going to be the only way to allow the cookie to be set.
Once vB2 goes gold, I will revisit the hack and recode it so that the cookie can be set on any system.