I am attempting to get the last modified time of a file that definately does exist: /document_root/myfile.pdf -rwxr-xr-x 1 11018 11008 198621 Nov 26 2007 myfile.pdf
When i run the following statement (through PHP CLI as root): filemtime('/document_root/myfile.pdf');
I get errors: Warning: stat(): Stat failed for /document_root/myfile.pdf (errno=2 - No such file or directory)