fatepower wrote:umask allready setted to 022, for the profile for the hosting accounts and default but running
#umaks
resaults:
0022
but the problem is still there :/
Cheers
Just to make sure, I was referring to the specific user account under which Apache runs, typically called "nobody" or "www", not the login accounts of your site's users. This is because PHP web page scripts are executed by the Apache user, not by the script file owner (at least with most typical Apache/PHP configurations they are).
Sorry if that is what you meant and I'm just repeating myself, but I figured it was worth making sure since I might not have been entirely clear about it in my first post.