Re: [PHP] can't open file
- From: anuwidy@xxxxxxxxx (Anugrah Widya)
- Date: Thu, 12 Jul 2007 23:30:45 +0700
Stut wrote:
Anugrah Widya wrote:here the situation is, i have two domain (two website), and both stay in same server, and use same phpdear php developer,
i have weird situation here, i can't create a file in 777 mode directory and stay in same server, is this a bug ??
fyi. i'm using fc6, and php 5.1.6
I'm not sure I understand what the problem is. Please post the code you're using and a more detailed description of what you're trying to achieve and what's actually happening.
-Stut
Website A -> /var/www/html/A
Website B -> /var/www/html/B
website A would like to create some file in website B, in /var/www/html/B/var/tmp/queue, and that map is in 777 mode created by script
what i got is the fopen() won't succeed to create the file in website B
but if i test to write into /var/www/html/A/var/tmp/queue in website A admin it succeed
is it because of some configuration in php.ini i didn't activate or what ??
.
- Follow-Ups:
- Re: [PHP] can't open file
- From: "Richard Lynch"
- Re: [PHP] can't open file
- From: Stut
- Re: [PHP] can't open file
- References:
- can't open file
- From: Anugrah Widya
- Re: [PHP] can't open file
- From: Stut
- can't open file
- Prev by Date: Re: [PHP] can't open file
- Next by Date: Re: [PHP] can't open file
- Previous by thread: Re: [PHP] can't open file
- Next by thread: Re: [PHP] can't open file
- Index(es):
Relevant Pages
|