coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: tommyy on January 03, 2006, 04:51:35 PM

Title: Imagemagick Fail [Already Fix]
Post by: tommyy on January 03, 2006, 04:51:35 PM
Warning: exec() [function.exec]: Unable to fork [c:/imagemagick/convert images/coppermine_logo.png albums/userpics/im.gif] in C:\DATA\PhotoWeb\install.php on line 113

Warning: getimagesize(albums/userpics/im.gif) [function.getimagesize]: failed to open stream: No such file or directory in C:\DATA\PhotoWeb\install.php on line 114

Warning: unlink(albums/userpics/im.gif) [function.unlink]: No such file or directory in C:\DATA\PhotoWeb\install.php on line 115

The installer found the ImageMagick 'convert' program in 'c:/imagemagick/', however it can't be executed by the script.

You may consider using GD instead of ImageMagick.

i had been make the c:\imagemagick folder read/write/modify permission for internet user
IIS permission had been config as read/write
nospace on the imagemagick folder


what's wrong
Title: Re: Imagemagick Fail
Post by: Joachim Müller on January 03, 2006, 05:09:47 PM
Getting ImageMagick to run on Windows boxes is not that easy. However, you should ask this question on the ImageMagick boards, not this one. Even better: use GD2 instead of ImageMagick. You might want to search the board for similar topics, however there's no actual support for webserver setup issues. After all, we're coppermine experts, not ImageMagick experts.

Joachim

P.S. We don't recommend running your own webserver (at least not publicly available on the internet). Self-hosting is dangerous even for advanced users, as it requires in-depth knowledge and 24/7 maintenance.