0

First! I know, there are many posts with this issue, I've read them all and got also any further.

I have the error message class 'imagick' not found, I reinstalled it several times, and think, I got ther right versions.

What I did:

I checked the phpinfo as described, my system looks like follows:

php7.1.9

I use wamp64.

I filled the extension in and it seems it will be loaded:

here is my phpinfo() enter image description here

If I start this default script:

  if (!extension_loaded('Imagick')) {
        echo "nicht geladen";
  }
 else {
    echo "geladen";
}

It tells me, the dll is not loaded.

So whats wrong? Any help appreciated, it is quite depressing.

pia-sophie
  • 505
  • 4
  • 21

0 Answers0