coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: niks_007 on December 19, 2006, 09:54:27 PM

Title: rss feed not working.
Post by: niks_007 on December 19, 2006, 09:54:27 PM
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
Title: Re: rss feed not working.
Post by: vuud on December 19, 2006, 10:09:05 PM
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

Title: Re: rss feed not working.
Post by: niks_007 on December 20, 2006, 05:16:35 AM
Thanks its now working...

Niks