hi friends...
MY CPF fetch is working fine but rss feed is not working it gives following errer
Warning: fopen(./tmp/feed.xml) [function.fopen]: failed to open stream: No such file or directory in /home/nishant/public_html/getimage/libs/feedcreator.class.php on line 686
Error creating feed file, please check write permissions.
what permission is needed i have gives 777 to libs folder. what else needed.
http://www.lakesparadise.com/getimage/cfrssget.php
check the above url
the cftest is fine
see
http://www.lakesparadise.com/getimage/cftest.php
please check and let me how i can resolve this issue.
Niks
Quote from: niks_007 on December 19, 2006, 09:54:27 PM
Warning: fopen(./tmp/feed.xml) [function.fopen]: failed to open stream: No such file or directory in /home/nishant/public_html/getimage/libs/feedcreator.class.php on line 686
Error creating feed file, please check write permissions.
....
what permission is needed i have gives 777 to libs folder. what else needed.
You need to change the permissions on the tmp folder, not the libs folder. That is where it is trying to create the feed.xml
Thanks its now working...
Niks