Basically with gzip on if there’s an exception thrown - instead of the error page you get a browser error.
Obviously this isn’t acceptable for live applications.
Does anyone know of a fix or have a suggestion?
Thanks
Basically with gzip on if there’s an exception thrown - instead of the error page you get a browser error.
Obviously this isn’t acceptable for live applications.
Does anyone know of a fix or have a suggestion?
Thanks
I wondered whether anyone has found a solution to this problem yet?
I’m a newbie to Yii but after spending some time debugging the framework, i found that the bug resides in the CErrorHandler class, within the handle method, where the ob_end_clean method is invoked. The only quick way i’ve found to fix the problem is to remove the ob_end_clean method from the while loop but of cause this isn’t practical as i don’t know what other implications this may have.
Hopefully someone from the development team could shed some more light on this? Hope this speeds up getting this issue resolved.
Thanks,
Wayne
Bump