VERY OFF TOPIC:
Nguyen? Any relation with the Poker Player? =-)
Dang Nguyen wrote:
I have a peculiar problem in one of my scripts. I cannot mkdir from the
script, but from a test script, the same exact code works.
[SNIP]
Thanks,
Dang Nguyen
--
PHP Windows Mailing List (http://www.php.net/)
To uns
I have a peculiar problem in one of my scripts. I cannot mkdir from the
script, but from a test script, the same exact code works.
test.php contains:
\n";
mkdirs($directory,0755);
$dir_object = @dir ($directory) or die ("Could not open a directory stream
for $directory");
print_r($dir_object);
--
From: Jochem [mailto:[EMAIL PROTECTED]]
Subject: [PHP-WIN] mkdir problem
When I make a directory from within a php-file I don't have the right to
delete it or files in it with a ftp-progam. I use the command below:
mkdir($dir, 0777);
I first tried 0755 and later 0777, but neither of the
When I make a directory from within a php-file I don't have the right to
delete it or files in it with a ftp-progam. I use the command below:
mkdir($dir, 0777);
I first tried 0755 and later 0777, but neither of them worked.
Does anyone know how to solve this problem?
Jochem
The Netherlands
I have noticed that on some servers with safe mode
enabled, you are able to create dir but not move a file or create a file
in it.
When the dir is created it is created with UID Apache and script UID can
not write to dir under safe mode.
Warning: SAFE MODE Restriction in effect. The script whose
Hi,
I have:
mkdir("test", 0777);
which returns:
Warning: MkDir failed (Permission denied) in C:\Inetpub\wwwroot\t.php on
line 3
Its run from my softorange.com
How come? What to do?
--
Med venlig hilsen
Niels Ulrik Reinwald
www.softorange.com
[EMAIL PROTECTED]
--
PHP Windows Mail