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

Function saveToOutput of PdfService not working #7

Closed
rintisch opened this issue Aug 19, 2020 · 1 comment
Closed

Function saveToOutput of PdfService not working #7

rintisch opened this issue Aug 19, 2020 · 1 comment

Comments

@rintisch
Copy link
Contributor

Two syntax errors in saveToOutput of B13\Format\Service\PdfService lead to a Internal Server Error is this function is used:

  1. Error (line 77)
    Is: header('Cache-Control :private');
    Should be: header('Cache-Control: private'); (whitespace goes one to the right)

  2. Error (line 83)
    Is: header('Content-Transfer-Encodin :binary', true);
    Should be: header('Content-Transfer-Encoding: binary', true); (add a g add Encoding and once more, the whitespace goes one to the right)

@rintisch
Copy link
Contributor Author

I will create a pull request for this

ervaude added a commit that referenced this issue Aug 22, 2020
Fix `saveToOutput` of PdfService. Closes #7.
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

1 participant