Wei, Alice J. wrote:
Hi,
About the three param's that I am using in my code, all of these are meant to
be passed on using GET. My problem is that I am not sure if the reason why
http://192.168.10.63/file_linux.php?id=123 prints out something like: Cannot
create directory Cannot create directory Cannot create directory, since the
directory /var/www/html/hello does exist.
If this is a permission problem, then why am I not getting something that
says Permission denied? And, would you have suggestions on how I can fix this?
I am currently running this on Apache with Linux.
Thanks for your help.
Alice
For the same reason this is failing for you on the PHP mailing list.
You are NOT executing this as the correct user with the correct
permissions in the correct directory.
And until you test and re-test and verify that the process runner has
the correct permissions in the correct locations, it will fail with PHP,
Perl, Ruby, FTP, etc.
Wolf
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/