简体   繁体   中英

Can't install imagick in PHP 8.0.13 with WAMP 3.2.6

I have a problem getting imagick to work in php 8.0.13 with wamp3.2.6. I have followed several, several tutorials but none seem to have worked.

My PHP version is 8.0.13 Architecture: x64 Thread Safety: Enable

For example i followed this tutorial: https://mlocati.github.io/articles/php-windows-imagick.html and it doesn't work either.

However, with this imagick tutorial, it seems that Imagick is installed. When i do

phpinfo();

Here an Image: 在此处输入图像描述

So we see that Imagick seems to be installed. But, if i try some PHP code like this: 在此处输入图像描述

or

在此处输入图像描述

nothing is displayed on my web page在此处输入图像描述

Your help will be much appreciated!

Thanks a lot ! Pascal

I fixed my issue...

This webpage is exactly what i did and all is now working

https://mlocati.github.io/articles/php-windows-imagick.html

But also, i deleted all PATH containing ImageMagick of all version because i don't use imagemagick . I only use Imagick in PHP. Also, i added in PATH, the path of my PHP version

Hpe that helps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM