File access error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
skooter
Forum Newbie
Posts: 20
Joined: Sun Jul 01, 2007 5:29 am

File access error

Post by skooter »

I dont know if this an Apache error or a PHP syntax error, but the following error code is appearing in my Apache error.log file:

[Wed Feb 13 12:50:17 2008] [error] [client 127.0.0.1] File does not exist: C:/Users/skooter/Dev/Web/Web

the DocRoot for the system is set to c:/Users/skooter/Dev/Web, and at no point are any file functions attempting to reference './Web' or anything similar....

Any thought as to how to start looking for this bug...
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: File access error

Post by Christopher »

The first place is to find out what request is creating that error message. Do you know and can reproduce the error? Have you search httpd.conf and all of your sites pages for "Web" ?
(#10850)
Post Reply