-
Notifications
You must be signed in to change notification settings - Fork 0
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 Generation broken #163
Comments
We're using wkhtmltopdf (set in the Entity print settings) in the version 0.12.4 (I believe). The error message seems familiar. I think we had that problem with QSslSocket in the past. AFAIK @DenoBeno fixed it be installing/updating something inside the docker-container? And maybe that got lost after the update of the Docker container? |
Probably related to this issue. Seems like Debian and wkhtmltopdf 0.12.4 have a problematic relationship. The proposed solution by updating wkhtmltopdf to version 0.12.5 is not the solution, since that version itself has its problems (see 1, 2), so I believe we went with something like proposed in this comment. But a month ago version 0.12.6 was finally released, which seems to solve some of the issues introduced in 0.12.5. |
Now the question is how to tell phpwkhtmltopdf where to find the wkhtmltopdf binary? |
That should be possible in the Entity print settings. There you can specify the binary location. |
PDF Generation is working again on DEV. I'm going to update PROD with the new docker image. |
I think there is a webinar taking place right now or just about to. |
PROD is updated now. I had to lock drupal/group at 1.0.0-rc5. See #166 |
Both on DEV and PROD:
See also clarity-h2020/csis-technical-validation#76 (comment)
Probably an error in the HTML2PDF library. Which one are we using?
The text was updated successfully, but these errors were encountered: