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?
RSS feed working, but not updating
Re: RSS feed working, but not updating
Try to set
in feeds.ini.php
Code: Select all
cacheTTL = 0 ; if 0 no caching will be used otherwise these are secondsIt'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.
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.
Re: RSS feed working, but not updating
Hi,
I had the same problem with the rss feed update "no update"! Try out this settings:
I use the "changedate" option now. With the default setting "livedate" I had also no update.
Daniel
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, changedateDaniel