You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting a ERR_INVALID_RESPONSE on my live server. The download works great on localhost. I have tried adding headers but no luck. Any suggestions? Could it be server related?
The text was updated successfully, but these errors were encountered:
Even if this is older than a year, try to get as much debug information as possible.
If your live server uses zlib compression, ob_end_clean(); around line 332 in PhpExcelComponent could be the problem. You can solve it by changing it to:
I am getting a ERR_INVALID_RESPONSE on my live server. The download works great on localhost. I have tried adding headers but no luck. Any suggestions? Could it be server related?
The text was updated successfully, but these errors were encountered: