PHP error. It doesn't have the proper user permissions to open that file.
In a sense, it's both. It's PHP generating the error, but it's your server which is not allowing PHP to open the file. So the file needs the proper user/group permissions or chmod settings (such as 777).
|