programmingidiot Posted June 26, 2010 Share Posted June 26, 2010 I have already installed the ImageMagick-6.6.2-Q16 and already added "extension=php_imagick_nts.dll" to the php.ini but i still cannot find imagemagick in phpinfo(); .Also , I have try to run php.exe manually and it claimed that "Unable to load dynamic library 'C:/Appserv\php5\ext\php_imagick_nts.dll'" - cannot find the module in Unknown on line 0 P.S. I have added the imagemagick's path to the environment variable and I can run the convert in console. Could anyone please help. Quote Link to comment Share on other sites More sharing options...
lucasgabmoreno Posted January 15, 2015 Share Posted January 15, 2015 Sorry for my bad english: 1º Install Appserv Filename: "appserv-win32-2.5.10.exe" URL download: http://www.appservnetwork.com/?newlang=spanish Apache port: 8080 2º Download PHP 5.3(Apache 2.2 doesn't support superior) Filename: "php-5.3.29-Win32-VC9-x86.zip" How?: Thread Safe URL Download: http://windows.php.net/download#php-5.6 3º Stop Apache 4º Delete all contents in the folder "..\AppServ\php5" 5º Copy the zip contents to "..\AppServ\php5" 6º Add line date.timezone = "America/Buenos_Aires" (This is my zone, find yours in php page) to the "php.ini" in "c:\Windows\php.ini" to avoid date error in PHP 7º Start Apache ============================= IMAGIC(Once PHP 5.3 is installed) 1º Instalññ Image magic 6.7(Not superior, PHP 5.3 doesn't support) Filename: "ImageMagick-6.7.9-9-Q16-windows-dll.exe" URL download: http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/binaries/ 2º Download Imagic Filename: "php_imagick-3.1.2-5.3-ts-vc9-x86.zip" URL download: http://windows.php.net/downloads/pecl/releases/imagick/3.1.2/ 3º In the dir "php5/ext" add the file "php_imagick.dll" from the last zip download(other files doesn't care) 4º Add line extension=php_imagick.dll to the "php.ini" in "c:\Windows\php.ini" 5º Restart Apache Quote Link to comment Share on other sites More sharing options...
CroNiX Posted January 15, 2015 Share Posted January 15, 2015 Did you get any errors after you restarted apache after everything was installed? Check the apache error logs for errors. Quote Link to comment Share on other sites More sharing options...
CroNiX Posted January 15, 2015 Share Posted January 15, 2015 Also, does C:/Appserv\php5\ext\php_imagick_nts.dll file exist in that directory? The instructions said to move "php_imagick.dll" and add the extension line to the php.ini, but the error says "php_imagick_nts.dll", which is different. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.