SV: [PHP] [PHP-WIN] Problems running php from samba network shares...

2001-06-28 Thread Mattias Segerdahl

There arn't any permission problems, since we're already getting php to run,
could it be that php 4.0.6 under windows dosn't support UNC paths.. Iow,
\\server\share\name paths!?

-Ursprungligt meddelande-
Från: Richard Lynch [mailto:[EMAIL PROTECTED]]
Skickat: den 27 juni 2001 07:12
Till: [EMAIL PROTECTED]
Ämne: Re: [PHP] [PHP-WIN] Problems running php from samba network
shares...


 accisable for the user webbert. Which full access, both group and user,
and

 Here I supplied the samba server share and the correct user, webbert.

 But when I try to access a php file, I get the following error message...

So, is PHP running as user webbert?...

I never can follow all the damn dialogs in Windows. :-v

Throw in a ?php phpinfo();? page and find out what user PHP is running as.
If it's not a user that can do what you want PHP to do, PHP can't do it.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




SV: [PHP] [PHP-WIN] Problems running php from samba network shares...

2001-06-27 Thread Mattias Segerdahl

Ofcourse not!

I'm accessing the files from the webbserver, not a network share.
Which if I was would display the source.

Mattias

-Ursprungligt meddelande-
Från: Jason Murray [mailto:[EMAIL PROTECTED]]
Skickat: den 26 juni 2001 08:35
Till: 'Mattias Segerdahl'; php general
Ämne: RE: [PHP] [PHP-WIN] Problems running php from samba network
shares...


 This is all fine and dandy, I can access this directory using
 a client based browser, surf around and check html files.

 But when I try to access a php file, I get the following
 error message...

This is probably because you're accessing \\sharename\www\myscript.php,
which tells whatever is loading the file to load it directly from the
share instead of using HTTP. It's like loading a PHP file off your desktop
and wondering why the script doesn't run.

Jason


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]