Hi,
Was hoping someone could help me with this...I have a blog and recently my RSS Feeds stopped working...I have not manually changed any php files. The only thing I can think is I recently changed my theme to Gila Two. I also recently upgraded to the newest version of Serendipity. Dont know if either of these had anything to do with it. Anyone know what I can do to fix it?
Here's my blog:
http://simplemoviereview.com/serendipity/
Thank you!
Joanie
RSS Feed not working....
You might want to re-download the serendipity package and verify that all files are present in your current install. If they're not there...place them there.
Don't forget to back up everything before you do that though! (including MySQL tables). It's very important to do so whenever you change files or tables in your database.
Don't forget to back up everything before you do that though! (including MySQL tables). It's very important to do so whenever you change files or tables in your database.
-
- Core Developer
- Posts: 30020
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Hm, your RSS feed at http://simplemoviereview.com/serendipity/rss.php basically works, but there's an invalid tag.
Did you configure your Syndication plugin to include an image? What exactly did you enter there? Usually you should only enter a URL, not HTML!
Best regards,
Garvin
Hm, your RSS feed at http://simplemoviereview.com/serendipity/rss.php basically works, but there's an invalid tag.
Did you configure your Syndication plugin to include an image? What exactly did you enter there? Usually you should only enter a URL, not HTML!
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Feed not working here either
Hi
the rss feed on my themes site isn't working either. Whichever feed I click on I get a similar message to
XML Parsing Error: syntax error
Location: http://themes.daves.me.uk/feeds/index.rss1
Line Number 1, Column 1:Invalid RSS version specified
^
as cranyojo I have the rss.php file and it has data inside, I also have the include/functions_rss.inc.php. I dont have the rss2.php file.
Dave
the rss feed on my themes site isn't working either. Whichever feed I click on I get a similar message to
XML Parsing Error: syntax error
Location: http://themes.daves.me.uk/feeds/index.rss1
Line Number 1, Column 1:Invalid RSS version specified
^
as cranyojo I have the rss.php file and it has data inside, I also have the include/functions_rss.inc.php. I dont have the rss2.php file.
Dave
-
- Core Developer
- Posts: 30020
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Feed not working here either
Hi d_cee!
Your problem is a completely different one. You don'T seem to have the feed*.tpl files in your templates/default/ directory.
The rss2.php file is irrelevant, it does not belong to serendipity.
Best regards,
Garvin
Your problem is a completely different one. You don'T seem to have the feed*.tpl files in your templates/default/ directory.
The rss2.php file is irrelevant, it does not belong to serendipity.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
well this is wierd..
Im doing a new style. I was going to try the rss feature so click on the sidebar link.
As i am usin firefox 2.0.0.1 i have the new thing that runs a polite interface to show you the feed and where you wanna save it but this time it didnt, i just got this:
i change the style to the default one Serendipity v2.3 by Tom Sommer, and then the whole thing works!
i try manualy to add the URL of the feed (both the one with the Sommer style and the one with my style) to google reader and works!
im wondering if its just a bug of firefox, but i dont think so
Im doing a new style. I was going to try the rss feature so click on the sidebar link.
As i am usin firefox 2.0.0.1 i have the new thing that runs a polite interface to show you the feed and where you wanna save it but this time it didnt, i just got this:
Code: Select all
XML Parsing Error: xml declaration not at start of external entity
Location: http://www.xxx.com/blog/index.php?/feeds/index.rss2
Line Number 2, Column 5:
<?xml version="1.0" encoding="utf-8" ?>
------------------^
i change the style to the default one Serendipity v2.3 by Tom Sommer, and then the whole thing works!

i try manualy to add the URL of the feed (both the one with the Sommer style and the one with my style) to google reader and works!

im wondering if its just a bug of firefox, but i dont think so
-
- Core Developer
- Posts: 30020
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
This error message can happen if you edited any file and inserted (accidentally?) spaces or line feeds/carriage returns before the first <?php or after the last ?>. Please check those?
It might be related if your theme has a config.inc.php file? Or if you edited a local language file?
HTH,
Garvin
This error message can happen if you edited any file and inserted (accidentally?) spaces or line feeds/carriage returns before the first <?php or after the last ?>. Please check those?
It might be related if your theme has a config.inc.php file? Or if you edited a local language file?
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/