Change permissions in Window 7 so PHP can write files

11,884

If you don't see permissions at all in explorer go "Tools"->"Folder Options"->"View"-> scroll to the bottom in the advanced settings box and uncheck "Use Sharing Wizard(Recommended)".

Something to try is when you click on the folder and pull up the properties about half way down it says "Edit...". You should be able to edit at least your users permissions in there.

Also if the settings are inherited from a parent folder it wont let you change them til you uncheck the box in "Advanced"->"Change Permissions". I always choose "add" when it prompts what you want to do.

Let me know if it still doesnt work.

Share:
11,884

Related videos on Youtube

user3453202
Author by

user3453202

Updated on September 17, 2022

Comments

  • user3453202
    user3453202 over 1 year

    I have WAMP installed on Windows 7 Home Premium

    I am trying to install my Joomla Component locally on windows 7 but keep getting Permission errors.

    Warning: file_put_contents(C:\PHP\workspace-php\Joomla_1.5.9\tmp\install_4c3c49163508c) [function.file-put-contents]: failed to open stream: Permission denied

    Now I tried to change to change the permissions of the folder but this didn't seem to make any difference.

    Can someone give me a rundown of how to change permissions in Windows 7 so that a PHP file has full control on a folder and it's subfolders?

  • user3453202
    user3453202 almost 14 years
    Ok, in the security tab every user has full permissions. As I understand, WAMP uses the SYSTEM user which already had full permissions. An interesting thing was that when I changed the permissions I got a few 'Access Denied' permissions for something the PHP installed earlier using the Joomla Install wizard. I am still getting the same Permission denied error. I have a feeling that this is to do with the PHP user that is being used. but this is just a guess.
  • user3453202
    user3453202 almost 14 years
    Just to update I got it working another way. When Joomla (PHP) creates a file and uploads it to it's tmp directory, it appears the file has the default permissions which are kind of restrictive - Am I able to change the permissions of a file that is uploaded?
  • jer.salamon
    jer.salamon almost 14 years
    the file should inherit permissions from the tmp directory
  • codingbbq
    codingbbq over 11 years
    I am facing the same issue of folder permissions. I have changed all the users to have full control, but every time i get Read only checked in my folder properties.