Hi,
Before saying anything, I read a lot of similar posts but people don't usually post how they overcome the problem: they just say "ah, now I got it!".
I am also new to php world. So, answers like "check the php.ini" don't work for me. I need detailed information in case I need to configure something else
that is not coppermine.
I am having problems to upload an image. I followed the instructions given in the troubleshoot section, also my include and albums folder are set to 777.
The message I got is:
------------
The file 'albums/userpics/20.jpg' can't be inserted in the album
Error executing ImageMagick - Return value: 1
Cmd line :
/usr/bin/convert -quality 80 -antialias -geometry 100x75
The convert program said:
convert: option requires an argument `-geometry'.
---------------
I noticed that that there are no file name listed in the command and also the single quotes in the second message are different from one another.
Any help?
Thanks in advance.
I'm not an expert on Coppermine upload problems, but you might try using a different image conversion utility than ImageMagick and seeing if you still get a problem:-
Log in as Admin, go to Config > Files and thumbnails advanced settings > Method for resizing images and select "GD version 2.x" from the drop-down menu. Remember to save the new configuration, then try your Upload again. I undesrtand there is little quality difference between using ImageMagick or GD2.