gurcharan Posted August 2, 2007 Share Posted August 2, 2007 Hello, I'm facing problem in integrating PHP script with Image Magick. I'm using exec function to call imagemagick exe, it's running properly on windows XP but not on our production server (Windows 2003). Can anyone update what could be the reason that PHP is not able to execute the Image Magick exe on the server. Thanks Link to comment https://forums.phpfreaks.com/topic/63041-php-image-magick-integration-problem/ Share on other sites More sharing options...
zq29 Posted August 2, 2007 Share Posted August 2, 2007 Try printing the CLI output from exex() to see if ImageMagick is returning any errors. Link to comment https://forums.phpfreaks.com/topic/63041-php-image-magick-integration-problem/#findComment-314024 Share on other sites More sharing options...
gurcharan Posted August 3, 2007 Author Share Posted August 3, 2007 I tried and I'm getting the return code - 4. When I tried to execute the code using PHP CLI it works properly but if I run it from web interface it doesn't. My web server is Apache. Link to comment https://forums.phpfreaks.com/topic/63041-php-image-magick-integration-problem/#findComment-314835 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.