PHP ImagickException: not authorized

前端 未结 4 1659
时光取名叫无心
时光取名叫无心 2020-12-14 00:46

Any ideas how to fix this ?

 ImagickException: not authorized `/tmp/magick-1552lvf2nIjaqx1W\' @ error/constitute.c/ReadImage/412 

I thought

4条回答
  •  情话喂你
    2020-12-14 01:13

    I have followed the below Steps to fix the Fatal error:

    Uncaught ImagickException: not authorized `../../c02_001.pdf'
    @ error/constitute.c/ReadImage/412 
    

    1. sudo vi policy.xml from etc/Imagemagick-6/
    2. comment the following line

      
      
    3. Rewrite the following line

      
      

      to

      
      
    4. sudo apt-get install inkscape

    5. Restart apache with following command sudo restart apache2

提交回复
热议问题