ID:               17495
 Comment by:       justanotherfreeloader at hotmail dot com
 Reported By:      jhanna at qcora dot com
 Status:           Bogus
 Bug Type:         IIS related
 Operating System: NT 4.0 IIS 4.0 web server
 PHP Version:      4.2.1
 New Comment:

NOT just IIS. I get it in Apache/win2K (couldn't see any other bug
report mentioning this)

I was getting this when running an odd setup with paths defined as
drive-relative in apache httpd.conf :

Alias /resourcedb "/wwwroot/resourcedb"
not absolute
Alias /resourcedb "w:/wwwroot/resourcedb"

... as I was setting up everything on a remote, networked drive for
complicated distribution reasons, and didn't want to hardwire the drive
mapping (W:)

Although Apache was happy with that, and my processes were all
allegedly CD-ed into the appropriate base drive before launch (W), php
still couldn't find the file once apache asked it to process it.

Hard-wiring the complete path fixed the problem, but I still dunno
where php thought it would find the file :(

I got this ALWAYS, not just 'often'.

I know drive letters are pretty vital on Windows, but I eventually
convinced apache to not worry about them - pity the path-translated
SCRIPT_FILENAME doesn't get passed to the php engine completely.


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

[2003-10-05 00:36:41] heliumonline at optusnet dot com dot auNOSPAM

I had this problem and found it was due to file permission being
configured incorrectly for the file im redirecting to.

Hope it works for you

Luke

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

[2002-06-06 12:39:48] jhanna at qcora dot com

I have installed PHP 4.2.1.
However, I am having problems removing Zend.  I can not find anything
on their web site about removing it.  Even in their forum, there are
people asking about how to remove it.
Any suggestions on how to zap Zend?

Still having the same problem in the summary. And now with Zend.  :)

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

[2002-06-03 12:22:22] [EMAIL PROTECTED]

Try without optimizer and a never version please.

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

[2002-05-28 16:35:28] jhanna at qcora dot com

Warning: Failed opening 'path:\info.php' for inclusion
(include_path='.') in Unknown on line 0
Error shows up often.  Using ISAPI server API.
No changes made, and refreshed 1-20+ times will load the page
correctly.
Not sure if relevent, but using with Zend v1.2.0
Not a problem with file access, as it works sometimes.  Not a problem
with code, because it never changes.
Only happens to .php pages.  Even if only phpinfo() code.
As you can see, I changed the include_path to "." only.  All files are
in the same folder on my web server.  Server runs an Internal Intranet
site.
Any other information I will be happy to provide.


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


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

Reply via email to