Yes I do
Quote:
Warning: fopen(/feed.xml) [function.fopen]: failed to open stream: Permission denied in /home/xxxxxxx/gallery/feedcreator.class.php on line 684
Error creating feed file, please check write permissions.
|
( I did chmod the file) which prompted me to look further and realizes it was the fopen.
and when I look in my php info
It's turned off locally and master. (the host had asked me and I had agreed) i did read there is an alternative (such as curl) but I can't seem to understand how to change it?
i've tries : file_put_contents() and it doesn't work either...