Page 2 of 2
Posted: Tue Jun 27, 2006 9:41 am
by garvinhicking
Hi!
Hm, your rss.php file seems to be broken. Did you manually modify that file?
What PHP version is running on your server, do you have a phpinfo() output? Which Serendipity version are you using?
rss.php does not seem to catch the proper variables. Try to fetch the rss.php file from the s9y release archive and see if overwriting it helps?
Regards,
Garvin
rss...
Posted: Sat Jul 01, 2006 8:03 am
by hyperorbiter
hi garvin, i finally got round to working on this. so in answer to your questions:
Hm, your rss.php file seems to be broken. Did you manually modify that file?
nope
What PHP version is running on your server, do you have a phpinfo() output? Which Serendipity version are you using?
Serendipity 1.0 and PHP 4.3.10
rss.php does not seem to catch the proper variables. Try to fetch the rss.php file from the s9y release archive and see if overwriting it helps?
tried that just now and no joy.
any other thoughts?
stu
Re: rss...
Posted: Sat Jul 01, 2006 5:09 pm
by garvinhicking
Hi!
I think it might be the case that your templates/default/ directory has no "feed*.tpl" files in it? Those files are supplied with serendipity 1.0, so make sure you uploaded those files!
Best regards,
Garvin
closer
Posted: Sat Jul 01, 2006 11:48 pm
by hyperorbiter
thanks, i uploaded those files and then got this error:
where to from here?
Re: closer
Posted: Sun Jul 02, 2006 8:47 pm
by garvinhicking
Hi!
Plesae make sure you properly uploaded those *.tpl files! They are missing a header and content, as it seems.
Make sure those files exactly look like the ones contained in the serendipity release zip/tgz.
Best regards,
Garvin
still no joy...
Posted: Sat Jul 15, 2006 1:51 pm
by hyperorbiter
hi garvin,
i copied the entire installation and still no joy.
http://www.definitive.co.nz/blog/index. ... index.rss2 comes up with this error:
Code: Select all
This page contains the following errors:
error on line 13 at column 1: Extra content at the end of the document
Below is a rendering of the page up to the first error.
test http://www.definitive.co.nz/blog/index.php?/archives/564-test.html http://www.definitive.co.nz/blog/index.php?/archives/564-test.html#comments http://www.definitive.co.nz/blog/wfwcomment.php?cid=564 0 http://www.definitive.co.nz/blog/rss.php?version=2.0&type=comments&cid=564 nospam@example.com (Stu McGregor) Thu, 13 Jul 2006 22:31:56 +1200 http://www.definitive.co.nz/blog/index.php?/archives/564-guid.html
more thoughts please...thanks
stu
Re: still no joy...
Posted: Mon Jul 17, 2006 10:51 am
by garvinhicking
Hi!
Hm, that URL doesn't work for me right now?
Best regards,
Garvin
RSS Feed missing some entries
Posted: Sat Aug 05, 2006 11:21 am
by dougburns
Apologies if I'm hijacking a thread inappropriately here, but I'm seeing strange behaviour in my RSS feed when using Thunderbird 1.0.6 as the reader.
There are two feed locations :-
http://feeds.feedburner.com/DougsOracleBlog
(which I've just checked references the following url)
http://oracledoug.com/serendipity/index ... index.rss2
I use the feedburner URL for my own Thunderbird feed and everything appears to work correctly. A friend was using the direct feed and has been missing posts. I know that seems bizarre because feedburner is accessing the same url and hasn't missed posts, but that's what's happening.
If I access the latter URL in a browser window, everything is present. If I add it as a new subscription to Thunderbird, I can't see the most recent two entries (Blog Issues and Log Buffer #4).
Has anyone else come across this behaviour with Thunderbird?
Cheers,
Doug
Re: RSS Feed missing some entries
Posted: Sat Aug 05, 2006 11:07 pm
by garvinhicking
Hi!
Sadly I now not much about Thunderbird RSS. But s9y is using "Conditional GET" for fetching the most up to date feeds, and if Thunderbird uses that as well, its implementation might creat problems?
You can disable the conditional get by using an URL like:
http://oracledoug.com/serendipity/rss.p ... cache=true
which will then always fetch 15 feeds, no matter what cache/conditional HTTP request is performed...?
Best regards,
Garvin
Re: RSS Feed missing some entries
Posted: Sun Aug 06, 2006 11:12 am
by dougburns
Garvin,
I'll give that a try. Thanks,
Doug