Page 1 of 1
RSS feed problem
Posted: Sun 18. Sep 2005, 11:44
by jimbOO
on one phpwcms v1.2.3-DEV site RSS feed
suddenly stop working! i can't find where is the problem?
it gives me TITLE and SUBTITLE and lines which rounds rss links but i can't get rss links.
rss address is OK because i try it on other WCMS site.
here is screenshot:
Re: RSS feed problem
Posted: Tue 1. Nov 2005, 17:55
by sezmen
I've got the same problem.
Why is it so?
Is it a matter of the Server configuration?
Please help.
I have put up a new rss script and I have noticed that the problem is that the server could not open the rdf file.
It seemes to me like a firewall, but where on the Server can I change it.
SezMen
jimbOO wrote:on one phpwcms v1.2.3-DEV site RSS feed
suddenly stop working! i can't find where is the problem?
it gives me TITLE and SUBTITLE and lines which rounds rss links but i can't get rss links.
rss address is OK because i try it on other WCMS site.
here is screenshot:
Posted: Wed 2. Nov 2005, 06:34
by Pappnase
hello
disable the cache
i think that was the right solution!
Posted: Wed 2. Nov 2005, 08:25
by Oliver Georgi
Also check what happens if you open the feed in a web browser. Is the feed complete?
Oliver
Still not working
Posted: Wed 2. Nov 2005, 12:40
by sezmen
Hi,
I have disables the Cache - but there is no change.
The feed is also allright I think.
Here is the rss link:
http://www.ftd.de/static/container/rss/ftd-rss-500.rdf
SezMen
Posted: Wed 2. Nov 2005, 13:00
by Oliver Georgi
yes, feed seems to be OK. There is a cache for all pages too. Disable too, not just RSS feed caching.
Oliver
Where?
Posted: Wed 2. Nov 2005, 13:38
by sezmen
Hi,
don't shout on me please, but where can I disable the cache for all pages?? i can't find it....
SezMen
Posted: Wed 2. Nov 2005, 13:45
by Kosse
For the pages: in the site structure you have also the option:
disable cache (bottom of the page just before saving site structure)
Same thing for each individual page (meaning article).
For building purposes; if u use php dev 1.2.5 (or was it since 1.2.3?) and more in the ADMIN section, bottom left. You'll see:
> put cache to 0
> delete cache
> remove delete files
Cheers
aha
Posted: Wed 2. Nov 2005, 13:50
by sezmen
ok. I have done it, but no change.
I have put the cache to 0, delete cache and remove deleted files. but no change.
I have installed yesterday a little script from this forum for rss feed and the it also doesn't worked. The script show "couldn't open the file"..... because fopen with the rdf file doensn't work properly.
SezMen
Posted: Wed 2. Nov 2005, 14:42
by Oliver Georgi
The RSS feed reader of phpwcms is working very well with this feed. Check newer release of phpwcms and that your system is able to read remote content. Often provider does not allow to do so.
Oliver
Posted: Wed 2. Nov 2005, 14:59
by pico
Hi
check also your ../config/phpwcms/conf.inc.php
Code: Select all
$phpwcms["allow_remote_URL"] = 1; //0 = no remote URL in {PHP:...} replacement tag allowed, 1 = allowed
and for turning Cache complete Off
Code: Select all
$phpwcms["cache_timeout"] = 0; //default cache timeout setting in seconds - 0 = caching Off
Posted: Wed 2. Nov 2005, 15:36
by StudioZ
The RSS feed reader of phpwcms is now working well in the latest CVs.
The links are now OK.
Although, my problem is that I wish I could present
the latest news: on top of the list,
instead of "from the bottom up".
I think the best way would be to sort them
based on the article
start date descending... ?
Or... best: based on the Category default listing setup ?
Does this makes sense?
Also, I noticed that the dates all have the same exact date and time...
Check:
http://www.aetmis.gouv.qc.ca/sitedevelo ... 22,0,0,1,0
Cheers,