OK, so I can "add new" media fine to the media section of my new wordpress 3.0 blog. Images appear fine, thumbnails fine.
HOWEVER, when I click on an image, click "edit image", and then scale the image (to say 500 x 300), and click save image, and update media, the NEW image has incorrect permissions set (600). The original image is fine and works super. I have verified that uploads and all its sub-folders have 775 permissions.
This resize is jacking up my permissions somehow. I've tried debugging the code and manually forcing in some chmod($destfilename, 0755) permissions, but can't seem to locate the right file to do this with.
Anyone??