| View previous topic :: View next topic |
| Author |
Message |
TriAdmin Guest
|
Posted: Fri Sep 12, 2008 1:45 am Post subject: uploading files programmatically getting permission error |
|
|
I am using php to upload a file to a graphics directory whose linux OWNER =
groupdyhr and GROUP = OWNER = groupdyhr
The error is:
failed to open stream: Permission denied
What do I need to do/change? (Linux/Apache are not my strengths)
Many thanks! |
|
| |
|
Back to top |
noi ance Guest
|
Posted: Fri Sep 12, 2008 10:47 pm Post subject: Re: uploading files programmatically getting permission erro |
|
|
On Thu, 11 Sep 2008 16:45:54 -0400, TriAdmin typed this message:
| Quote: | I am using php to upload a file to a graphics directory whose linux
OWNER = groupdyhr and GROUP = OWNER = groupdyhr
The error is:
failed to open stream: Permission denied
What do I need to do/change? (Linux/Apache are not my strengths)
Many thanks!
|
Don't know php but what are you using to open the stream? Does that
"open stream" mean connection to the internet? If not is userid
groupdyhr or root executing the php, giving it the proper permissions? |
|
| |
|
Back to top |
|