Ask a Question related to PHP Development, Design and Development.
-
Simon Redmond #1
php writing files and permissions
Hi,
I have a php function that uploads images to a directory on my server,
I've just changed hosting company and now I get the following error msg:-
failed to open stream: Permission denied in
I can get round this by chmod'ing to 777..... but I don't really want to
do that... do I???
pointers appreciated.
Simon Redmond Guest
-
Setting writing permissions to a folder.
At ASP.Net application I have a folder which contains the files, being updated by the users. The application deployed by Web Setup project. The... -
#24597 [Bgs]: Writing error_log w/o write permissions sends Apache to 100%CPU/Seg faults
ID: 24597 User updated by: jordan at tumyeto dot net Reported By: jordan at tumyeto dot net Status: Bogus Bug Type:... -
#24597 [Opn->Bgs]: Writing error_log w/o write permissions sends Apache to 100%CPU/Seg faults
ID: 24597 Updated by: sniper@php.net Reported By: jordan at tumyeto dot net -Status: Open +Status: ... -
#24597 [NEW]: Writing error_log w/o write permissions sends Apache to 100%CPU/Seg faults
From: jordan at tumyeto dot net Operating system: RedHat 2.4.7-10smp PHP version: 4.3.2 PHP Bug Type: Apache related Bug... -
[PHP] about writing permissions
Hello, On Tuesday July 8 2003 15:42, George Papatheodorou wrote: if user2 other than owner is trying to write to file which does not have... -
Rob #2
Re: php writing files and permissions
"Simon Redmond" <nospam@sibass.com> schreef in bericht
news:pan.2004.09.04.09.09.25.617774@sibass.com...Simon ,> Hi,
>
> I have a php function that uploads images to a directory on my server,
> I've just changed hosting company and now I get the following error msg:-
>
> failed to open stream: Permission denied in
>
> I can get round this by chmod'ing to 777..... but I don't really want to
> do that... do I???
>
> pointers appreciated.
>
before uploading the file chmod to 777, upload the file , change chmod back.
HTH Rob
Rob Guest



Reply With Quote

