Change Filepath On Imagemagick Change Filepath On Imagemagick
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Change Filepath On Imagemagick

Started by glennk, January 29, 2010, 09:21:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

glennk

I am currently unable to upload images. I have used the search facility and believe the problem may be the filepath on imagemagick. After reading the doc and searching the forum I am unable to find advice on how/where to change the filepath.

Joachim Müller


Fabricio Ferrero

Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

glennk

Quote from: Fabricio Ferrero on January 29, 2010, 09:47:03 AM
You should read board rules too.
You missed this part http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_trouble . Please, do exactly as suggested there.

Hi There, Sorry, I should have explained that a bit better. I have done that procedure which has lead me to believe that the filepath for imagemagick is incorrect. So I would like to know how/where to change the filepath.

This is the exact error message

QuoteThe file 'albums/userpics/brid-open.jpg' can't be inserted in the album

Error executing ImageMagick - Return value: 127

Cmd line :
convert -quality 80 -antialias -geometry 100x75 'albums/userpics/brid-open.jpg' 'albums/userpics/thumb_brid-open.jpg'


The convert program said:


File: /var/www/vhosts/whitbyseaanglers.co.uk/httpdocs/members-gallery/db_input.php - Line: 402


glennk



phill104

Or switch to GD2, also in the config
It is a mistake to think you can solve any major problems just with potatoes.

glennk

Thanks Guys,

I am so used to using wordpress that I assumed the config would be in a file you needed to FTP. Thanks for putting me straight. I have switched to GD

Joachim Müller