|
There are two imageprocessor's one can use to upload images GD or Imagemagick(mogrify)
Now since GD is part of PHP and it processes image it uses PHP memory and if PHP memory runs out you can see behavior such as this. The little tweak I gave you works in most cases for people with GD and memory issues.
Have you cleared your upload directory of unprocessed files and tried uploading again?
|