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...
File access error
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: File access error
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)