Re: [PHP] Mapped Drive issue

2006-10-23 Thread Richard Lynch
Y: doesn't exist. It may not exist because you haven't opened it lately and authenticated it as valid. Or it might not exist because PHP is not running as you, and PHP has no access to it. Or it might not exist because it's Windows, and you need to re-boot. On Wed, October 18, 2006 2:14 pm,

Re: [PHP] Mapped Drive issue

2006-10-23 Thread Rob Kritzer
Yes, the directory on mapped drive Y does exist. I do think that it might have something with how PHP and Apache is running. How do I chanage how PHP is running under an account? Where do I tell PHP or Apache to run under a different accunt? On 10/23/06, Richard Lynch [EMAIL PROTECTED]

Re: [PHP] Mapped Drive issue

2006-10-23 Thread Ed Lazor
Depends on your operating system. On Oct 23, 2006, at 6:31 PM, Rob Kritzer wrote: Yes, the directory on mapped drive Y does exist. I do think that it might have something with how PHP and Apache is running. How do I chanage how PHP is running under an account? Where do I tell PHP or

Re: [PHP] Mapped Drive issue

2006-10-23 Thread Rob Kritzer
For now I am on a PC XP Pro, wish they would give me back my Mac. On 10/23/06, Ed Lazor [EMAIL PROTECTED] wrote: Depends on your operating system. On Oct 23, 2006, at 6:31 PM, Rob Kritzer wrote: Yes, the directory on mapped drive Y does exist. I do think that it might have something

Re: [PHP] Mapped Drive issue

2006-10-23 Thread Ed Lazor
If you're running Apache as an XP service, go to the services control panel, open the apache config, and you can change the user there. Otherwise, you'll have to edit the apache config and change the user there. On Oct 23, 2006, at 7:21 PM, Rob Kritzer wrote: For now I am on a PC XP

[PHP] Mapped Drive issue

2006-10-18 Thread Rob Kritzer
I have a script the use to work: $date = date(mdy); mkdir(Y:/Daily_DisplayAds/todays_ads-$date); But now I get this error: Warning: mkdir() [function.mkdir]: No such file or directory in C:\wamp\www\scripts\ad_finder\display_class.php on line 10 If I change Y to C it works, can anyone please

Re: [PHP] Mapped Drive issue

2006-10-18 Thread Stut
Rob Kritzer wrote: I have a script the use to work: $date = date(mdy); mkdir(Y:/Daily_DisplayAds/todays_ads-$date); But now I get this error: Warning: mkdir() [function.mkdir]: No such file or directory in C:\wamp\www\scripts\ad_finder\display_class.php on line 10 If I change Y to C it