In image.module line 544 the image file is chmod'ed -
@chmod($temp_file, 0644);
However the thumbnail (and additional static images) are created but never have their permissions explicitly set. This can cause the resultant files to be non-readable by the web server (as in my case). By explicitly chmod'ing the files in question to 644 this problem is fixed.
Comments
Comment #1
Uwe Hermann commentedComment #2
drewish commentedi'm trying to clean up the image module's issue queue. this issue looks like it's been resolved by more recent versions of the module. feel free to re-open this if you disagree.