RSS feed problem

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
jimbOO
Posts: 35
Joined: Tue 31. Aug 2004, 23:09

RSS feed problem

Post 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:
Image
screem of the butterfly
sezmen
Posts: 14
Joined: Sun 19. Jun 2005, 11:18

Re: RSS feed problem

Post 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:
Image
Pappnase

Post by Pappnase »

hello

disable the cache ;-) i think that was the right solution! :-)
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Also check what happens if you open the feed in a web browser. Is the feed complete?

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
sezmen
Posts: 14
Joined: Sun 19. Jun 2005, 11:18

Still not working

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
sezmen
Posts: 14
Joined: Sun 19. Jun 2005, 11:18

Where?

Post 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
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post 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
sezmen
Posts: 14
Joined: Sun 19. Jun 2005, 11:18

aha

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

The RSS feed reader of phpwcms is now working well in the latest CVs.
The links are now OK. 8)
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? :roll:

Also, I noticed that the dates all have the same exact date and time... :wink:
Check:
http://www.aetmis.gouv.qc.ca/sitedevelo ... 22,0,0,1,0


Cheers,
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Post Reply