Unable to create thumbnail after successful upload

See all posts See thread Reply

Re: Unable to create thumbnail after successful upload new!
by colin, 15 years, 10 months ago
There may be several causes. For instance, are you sure that the image is indeed in JPEG format? Also, you hard drive may be full, or the permissions are wrongly set on the destimation directory.

But if I look at the log, it looks to me like the first upload works, and the second fails. Are you calling $foo->clean() in between the two? If yes, you should remove it, as calling it in between removes the uploaded image.Reply