Reputation: 18649
I often see this error message in my logs and it is pretty cryptic. What does it mean when they say "unable to stat?" Why does it happen?
Here is an example error message: script /dir/dir/script_name.php' not found or unable to stat
Thanks, Alex
Upvotes: 6
Views: 21022
Reputation: 48131
Most of time unable to stat means the specified file does not exist
Upvotes: 8