RSS feed working, but not updating

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
wilgen
Posts: 4
Joined: Tue 3. Nov 2009, 14:59

RSS feed working, but not updating

Post by wilgen »

Hi,

I've got a really strange problem. The RSS feed that PHPwcms is generating works fine when I run it for the first time. But when I write a new article it doesn't show up in the RSS feed.

The problem is that the 'content/rss/RSS2.0-default_feed.xml' doesn't update once it has been generated for the first time. When I delete 'RSS2.0-default_feed.xml' and than run rss.php it DOES update (obviously because it just generates a new RSS2.0-default_feed.xml).

All the directories in /content/ are set to 0777.

Anyone got any ideas how I can get the .xml file to be updated or overwritten?
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: RSS feed working, but not updating

Post by update »

Try to set

Code: Select all

cacheTTL			= 0				; if 0 no caching will be used otherwise these are seconds
in feeds.ini.php
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
dani
Posts: 83
Joined: Sat 21. Jan 2006, 19:39
Location: Germany
Contact:

Re: RSS feed working, but not updating

Post by dani »

Hi,
I had the same problem with the rss feed update "no update"! Try out this settings:

Code: Select all

orderBy				= "livedate"		; possible: livedate, killdate, createdate, changedate
I use the "changedate" option now. With the default setting "livedate" I had also no update.

Daniel
Post Reply