aaP_dicasdepro Hello, everyone! I've been trying to generate thumbnails in my wordpress but it looks like I don't have Imagemagick and Ghostscript installed https://prnt.sc/1hlq61a I do have the Imagemagick in this folder https://prnt.sc/1hlqson and php settings shows the installation https://prnt.sc/1hlrh4g Any tips on how do I fix this?
aaP_dicasdepro Hey there! I fixed the issue. If anyone has the same problem, i solved it by installing ghostscript via ssh and editing some lines in imagemagick policy
begar2 Ubuntu 22.04 server Go to /etc/imagemagick-6 Edit file policy.xml: At the end of the file, look for line: <policy domain="coder" rights="none" pattern="PDF" /> Change "none" to "all" : <policy domain="coder" rights="all" pattern="PDF" /> Restart Apache or Ngnix Restart PHP version for your site That's it.