Hey all,
Here is my problem, this maybe good for some of you also, I am having some problems with a couple of modules that use the upload function for new images. Presently the new MySpace module and the Taxonomy_Image Module.
The reason why is because, Drupal is the one creating the folder on my server under files/ and it CHMOD's it 740, and then when we want to see the image we can't because the permissions to view the file aren't there. But the file is in the folder alright. I changed the CHMOD of the folders to 755 and the images work great.
But how could we get it so that Drupal makes the folders for the MySpace module for each user to CHMOD it directly at 755 instead of 740...
Also if people has tryed out the MySpace module (Beta), it creates a preview of the image with a "t" in front of the image file name, so the image preview doesn't work, but the real image does.
I would really appreciate your help, thanks!
Charles