Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am trying to setup imagick for php.When i try to open the test application. i am getting the error "Fatal error: Class 'Imagick' not found" mentioned above.I am not able to load the imagick dll.
line throwing the error is $im = new Imagick();
Apache version-2.0.65 (Win32)
PHP version -5.3.5
php_imagick.dll version - 5.3.2
software ImageMagick 6.8.8-4 Q16 x86 2014-01-29 is installed
I have added the extension=php_imagick.dll in php.ini file and also installed imagemagick software.

Could anyone pls let me know how to resolve this issue? I want to know the exact php_imagick.dll so that php will be able to load the dll correctly.

Thanks,
Sharath
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900