ID:               17471
 Comment by:       ray dot eifler at wise dot com
 Reported By:      alex at consultant dot ru
 Status:           No Feedback
 Bug Type:         *Directory/Filesystem functions
 Operating System: Windows 2000 Prof
 PHP Version:      4.2.1
 New Comment:

I am using the 4.3.3 version of php under IIS 5.  I am trying to write
to a mapped netware drive.  All local fopens work, but when trying to
write to netware, I get 

Warning: fopen(J:\VA\vmInsert.dat): failed to open stream: No such file
or directory in c:\inetpub\wwwroot\testio.php on line 4

here is the script
<?php

$fname = sprintf("J:\VA\vmInsert.dat");
$fp = fopen($fname,"a");

fwrite($fp,"Ray is a weenie");

fclose($fp);
?>


Previous Comments:
------------------------------------------------------------------------

[2002-10-25 01:00:11] php-bugs at lists dot php dot net

No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2002-10-09 11:28:01] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip



------------------------------------------------------------------------

[2002-06-24 05:21:38] Mariusz dot Buk at acx dot com dot pl

Unfortunatelly, the solution you gave didn't help. 

I've tried to REMOVE and INSTALL (not reinstall) the Apache2 again. One
thing I've changed. Apache works now in Console instead of running as a
service. Everything works fine in this configuration.

Please let me know if there will be possibility to run Apache as a
service (as it sould be).

The problem is NOT SOLVED.

------------------------------------------------------------------------

[2002-06-21 12:24:48] cg at gordimer dot net

it works under win98 because there the webserver doesn't run as a
service (under the system account) but as executable (under the user
account)

Christoph

------------------------------------------------------------------------

[2002-06-21 12:23:09] cg at gordimer dot net

You must use a network user with access rights to the novell mapping
(run Apache IIS with that user)

Then it should work - at least it does in my case.

Christoph

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/17471

-- 
Edit this bug report at http://bugs.php.net/?id=17471&edit=1

Reply via email to