Genadinik
Genadinik

Reputation: 18649

PHP "unable to stat" error message

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

Answers (1)

dynamic
dynamic

Reputation: 48131

Most of time unable to stat means the specified file does not exist

Upvotes: 8

Related Questions