Well I know you can disable certain protocols to be used with fopen(), like the ability to access file via http. But I don't know that there's any way to completely disable file access, and that error message kind of looks like a directory permission problem.
The error message says fopen(/feed.xml), if it's really trying to create a file at the server root then you probably *don't* have write permission.
|