GD works IM comes up with this error GD works IM comes up with this error
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

GD works IM comes up with this error

Started by mojito, May 11, 2005, 01:40:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mojito

error---------------------------------------------------------------------------------------------------
The file 'albums/userpics/10004/back.jpg' can't be inserted in the album

Error executing ImageMagick - Return value: 1

Cmd line :
"C:/Uniform3_1_1s/www/ImageMagickconvert" -quality 80 -antialias -geometry 100x58
"C:/Uniform3_1_1s/www/coppermine/albums/userpics/10004/back.jpg"
"C:/Uniform3_1_1s/www/coppermine/albums/userpics/10004/thumb_back.jpg"


The convert program said:
The filename, directory name, or volume label syntax is incorrect.


File: C:\Uniform3_1_1s\www\coppermine\db_input.php - Line: 305


-----------------------------------------------

there are no spaces in the path, and safe_mode is off.

Aditya Mooley

The path to convert is incorrect.

Replace

Quote
"C:/Uniform3_1_1s/www/ImageMagickconvert" -quality 80 -antialias -geometry 100x58

with

Quote
"C:/Uniform3_1_1s/www/ImageMagick/convert" -quality 80 -antialias -geometry 100x58
--- "Its Nice 2 BE Important but its more Important 2 Be NICE" ---
Follow Coppermine on Twitter

mojito

SOLVED THANK YOU-ONE OF THOSE SILLY ONES>

:-\\