! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Blog feed is not displayed
Status:
RESOLVED: WORKSFORME
Product:
www.xfce.org
Component:
General

Comments

Description Mike Massonnet editbugs 2009-02-28 22:49:07 CET
The blog feed is not displayed in the frontpage. I committed a "fix" but it doesn't resolve it. The only indication in the source code of the generated html page is: <!-- Feed is loaded from cache -->. But the cache lasts only for 1 hour, so what I changed must be wrong.

Here is the changeset: http://svn.xfce.org/index.cgi/www/www.xfce.org/trunk/include/parser.php?r1=1214&r2=1213&pathrev=1214

The old url /?feed=rss2 is a redirection to /feed/ thus it didn't download anything.

Thanks for looking into it further.
Comment 1 Mike Massonnet editbugs 2009-02-28 22:51:21 CET
Just a thought, as the website www-test.xfce.org is running as well it could very well conflict. I didn't backport the fix to the branch.
Comment 2 Nick Schermer editbugs 2009-03-01 08:58:18 CET
I've forced a cache update using www-test and now it seems to work again.
Comment 3 Mike Massonnet editbugs 2009-03-01 14:05:39 CET
It looks like the cache went empty again.
Comment 4 Mike Massonnet editbugs 2009-03-02 21:41:12 CET
I run it on a local machine, and I note the following bug:

- delete /tmp/xfce_org_feed_cache.php
- open the website: the feed gets loaded + parsed properly
- execute: touch --date='[ONE_HOUR_EARLIER]' /tmp/xfce_org_feed_cache.php
- reopen the website: the feed gets loaded + parsed but it saves $feed = FALSE instead :/
Comment 5 Mike Massonnet editbugs 2009-03-02 21:43:51 CET
Well no. I just redid the test, now it pulled the feed properly, thrice even...
Comment 6 Mike Massonnet editbugs 2009-03-03 13:36:45 CET
It "works" again... :)
Comment 7 Nick Schermer editbugs 2009-03-03 13:41:49 CET
Yeah weird, maybe also related to the permission stuff, duno, let's keep an eye on it.

Bug #5009

Reported by:
Mike Massonnet
Reported on: 2009-02-28
Last modified on: 2009-07-15

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information