Quote:
Originally Posted by StuartD
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).
|
havent changed any file permissions or folder permissions and have never had any probs with this before so I guess its must be the server as Headless said
thanks