Drupal is unable to create the "files" folder (and any upload php script as well)
        Posted  
        
            by Patrick
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Patrick
        
        
        
        Published on 2010-03-22T11:03:14Z
        Indexed on 
            2010/03/22
            12:11 UTC
        
        
        Read the original article
        Hit count: 239
        
drupal
|permissions
hi,
Drupal cannot create the "files" folder. I tried to upload a php script with mkdir("files",774) but I get a permissions error, so basically any php script is not able to create a folder on the server...
What do you suggest ? If I create the folder manually from ftp client and I assign 777 permission everything works perfectly, but it is not safe solution.
© Stack Overflow or respective owner