I get this when I try to upload a file while debugging. The problem is, I don't there is ImageMagick on the server. I think my host has GD 2 if I'm not wrong. Anyways...is there a way to make the gallery call GD instead of ImageMagick or how does it work?
Thanx
this is the message i get
The file 'albums/userpics/10001/spanien6.jpg' can't be inserted in the album
Error executing ImageMagick - Return value: 127
Cmd line :
convert -quality 80 -antialias -geometry 100x75 'albums/userpics/10001/spanien6.jpg' 'albums/userpics/10001/thumb_spanien6.jpg'
The convert program said:
File: /customers/stephaniekaup.se/stephaniekaup.se/httpd.www/gallery/db_input.php - Line: 305
Select GD2 in config.
thaanx, missed that one. thanx a bunch :D