coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: mojito on May 11, 2005, 01:40:03 PM

Title: GD works IM comes up with this error
Post by: mojito on May 11, 2005, 01:40:03 PM
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.
Title: Re: GD works IM comes up with this error
Post by: Aditya Mooley on May 11, 2005, 01:46:40 PM
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
Title: Re: GD works IM comes up with this error
Post by: mojito on May 11, 2005, 02:42:35 PM
SOLVED THANK YOU-ONE OF THOSE SILLY ONES>

:-\\