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:
I use wamp64.
I filled the extension in and it seems it will be loaded:
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.