| Problem uploading files
Hello,
I am having an issue uploading files using ImageMagick. Whenever I upload a file, I get the following error:
Error creating thumbnail! Error code: 11
Command:
"/usr/bin/mogrify" +profile "*" -size 100x67 -quality 70 -geometry 100x67 -unsharp 10 '/srv/www/htdocs/farbish/gallery/data/514/thumbs/IMG_0909.JPG'
The path to mogrify is correct and the permissions are correct on the data & uploads directory. The file that PP is attempting to mogrify doesn't exist at the location specified in the command-line.
I was able to switch over to GD2, but now am having problems uploading files over a certain size (currently, 450K uploads are failing with a blank screen). I have PHP's upload limit set to 5MB and the group has unlimited file upload permissions. If I scale the image down to 150K or so, it uploads fine, but this isn't an acceptable solution.
Some help would be greatly appreciated.
->Dan
|