rss feed not working. rss feed not working.
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

rss feed not working.

Started by niks_007, December 19, 2006, 09:54:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

niks_007

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

vuud

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

Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

niks_007