Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #45813


Ignore:
Timestamp:
01/02/2019 08:36:24 PM (6 years ago)
Author:
desrosj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45813 – Description

    initial v2  
    77The 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).
    88
    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:
     9This 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
     11More info: https://alexvanderbist.com/posts/2018/fixing-imagick-error-unauthorized