Page 1 of 1

File access error

Posted: Tue Feb 12, 2008 9:55 pm
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...

Re: File access error

Posted: Wed Feb 13, 2008 3:37 pm
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" ?