FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Folder Permissions
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Folder Permissions [message #178969 is a reply to message #178966] Tue, 28 August 2012 13:09 Go to previous message
Scott Johnson is currently offline  Scott Johnson
Messages: 196
Registered: January 2012
Karma:
Senior Member
On 8/28/2012 5:28 AM, BigNate wrote:
> Hi folks
> I have an site I've set up where I create a directory using PHP using mkdir(). That works great and I'm writing files within it using the same script. The problem I came across this morning is while manually moving files from an old version to the new directory via ftp. I'm getting a permissions error saying Access is denied. I believe it is due to the owner of the folder that I created using mkdir() is different than the one I'm using to copy the files to, but I'm not sure how to fix this. Can I change it while creating the directory in the first place or is it possible to modify it in cpanel for a short time so I can copy my files and then change it back? Any help would be appreciated.
>
> If you have any ideas or need more info, please let me know.
>

You may be able to use

chmod($dir, '777'); Or whatever permission you need.

It has been while since I have had to use this so you may want to search
on it.

http://www.php.net/manual/en/function.chmod.php
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Sending nothing when function expects variable
Next Topic: Re: XMLHttpRequest: POST with Data
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 28 03:29:06 GMT 2024

Total time taken to generate the page: 0.04797 seconds