RSS feed problem
RSS feed problem
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:
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:
screem of the butterfly
Re: RSS feed problem
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
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:
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Still not working
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
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
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
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
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
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
aha
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
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
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Hi
check also your ../config/phpwcms/conf.inc.php
and for turning Cache complete Off
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
Code: Select all
$phpwcms["cache_timeout"] = 0; //default cache timeout setting in seconds - 0 = caching Off
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,
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,
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!