Imagemagick Fail [Already Fix] Imagemagick Fail [Already Fix]
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Imagemagick Fail [Already Fix]

Started by tommyy, January 03, 2006, 04:51:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tommyy

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

Joachim Müller

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.