Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR_INVALID_RESPONSE #22

Open
nbranning opened this issue Apr 5, 2016 · 1 comment
Open

ERR_INVALID_RESPONSE #22

nbranning opened this issue Apr 5, 2016 · 1 comment

Comments

@nbranning
Copy link

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?

@julianpollmann
Copy link

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:

$ob_get_status = ob_get_status();
if($ob_get_status['name']!='zlib output compression')ob_clean();

You should also consider upgrading the PhpExcel Library, as it's outdated in this Plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants