Changes between Initial Version and Version 2 of Ticket #45813
- Timestamp:
- 01/02/2019 08:36:24 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45813 – Description
initial v2 7 7 The PDF tests check that the selected image editor supports PDF images using `wp_image_editor_supports()` before running, but this does not seem to be catching this change (`Imagick::queryFormats()` indicates support for PDFs even when rights are removed). 8 8 9 This can be fixed bychanging the `rights` attribute for PDFs to `read|write`, or commenting out that line in the `/etc/ImageMagick/policy.xml` file: 9 This can be fixed bychanging the `rights` attribute for PDFs to `read|write`, or commenting out that line in the `/etc/ImageMagick/policy.xml` file. 10 11 More info: https://alexvanderbist.com/posts/2018/fixing-imagick-error-unauthorized