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

PDF reports and FastCGI #1932

Closed
anonymous-matomo-user opened this issue Jan 3, 2011 · 4 comments
Closed

PDF reports and FastCGI #1932

anonymous-matomo-user opened this issue Jan 3, 2011 · 4 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

Piwik cannot show the user PDF reports when using FastCGI. See http://blog.rolandbaer.ch/2010/08/15/piwik-pdf-reports-bei-hostpoint-mit-fastcgi/ for details.

@robocoder
Copy link
Contributor

This is an upstream bug, imho. See use of Content-Disposition in http://php.net/manual/en/function.header.php#Examples

@anonymous-matomo-user
Copy link
Author

I'm not sure whether multiple Content Type headers are even allowed within HTTP. Also an option might be to check if FastCGI is used and then only send one Content Type field.

@robocoder
Copy link
Contributor

RFC2616 only presents two scenarios for multiple Content-Type headers:

  1. a "300 Multiple Choice" response for agent-drive negotiation, or
  2. within multi-part content.

I've asked that the SourceForge ticket #29963666 be re-opened.

@robocoder
Copy link
Contributor

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 1.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants