Hello,
I see the following when trying to upload a photo. This was because I've set to use ImageMagick when I only have GD2 installed.
Quote:
Error creating thumbnail! Error code: 127
Command:
"/usr/bin/mogrify" +profile "*" -size 0x100 -quality 60 -geometry 0x100 '/usr/local/apache2/htdocs/photopost/data/500/thumbs/20101121727_21103_26412_1.jpg'
|
However, upon updating the settings to use GD2, I am getting the following when uploading the same image, which has a .JPEG extention.
Quote:
|
(): Sorry, this image type is not supported yet.
|
My "Acceptable image file types?" setting has the following values:
.jpg,.jpeg,.png,.gif,.bmp,.JPEG
Each time when I tried to re upload, I see a number increasing in the queue. When I click on it I see the following:
Quote:
|
Unable to create image: [/usr/local/apache2/htdocs/photopost/uploads/1/20101121727_21103_26412_1.jpg]
|
Titus