Page 1 of 1

Import RSS problem

Posted: Thu Nov 04, 2004 6:14 am
by Mike
Hi all
I tried Import some RSS feeds to see in my blog, but whenever I put the XML link like http://www.nytimes.com/services/xml/rss ... mePage.xml
http://www.wired.com/news/feeds/rss2/0,2610,24,00.xml and so...
I got same errors for all the RSS feeds. :(
Here's error I got,

Error on line 126 of /web/home/eargasm/html/blog/bundled-libs/Onyx/RSS.php: The specified file could not be opened.
Entries successfully inserted!

Is it problem only for me? I searched all the forum to solve it. No one report it yet.
Let me know what's wrong.

Re: Import RSS problem

Posted: Thu Nov 04, 2004 10:17 am
by garvinhicking
It seems that your PHP installation/setup does not allow the usage of URL wrappers for fopen(). This is controlled by the 'allow_url_fopen' directive, which some hosters set to false.

In that case, you can upload your XML file to your server and specify a location like '/your/document/root/path/serendipity/yourxml.xml' instead of an URL...

Regards,
Garvin.

Another RSS Question

Posted: Sun Nov 07, 2004 11:05 pm
by Guest
I'm trying to learn this RSS stuff.

I import a feed from VARIETY.com...it puts the TITLE, and brief
text into a news item. Reading the xml code, it appears more information should be imported, such as a LINK (URL) to the full story.

What am i missing?

TIA

Re: Another RSS Question

Posted: Mon Nov 08, 2004 10:38 am
by garvinhicking
The RSS Import is there to import any text into your blog, but not to reference to that feed like you want it to be. The RSS metadata like LinkURL is not evaluated, because usually you want to import your own RSS stuff and want to have no links to the old location.

Some RSS feeds (like the one Serendipity creates) contain a HTML Link inside the body of an article, so that is depending on the RSS feed you import.

Usually you don't use RSS to link to foreign articles; instead you write up your own text about it and set a link to their HTML-Url. RSS is more for readers of a blog to get updates of that, or to use RSS-feeds to display foreign content inside your blog - but for that, you would use the "Foreign RSS feed" sidebar plugin. :-)

I hope I could help you out a bit. :)

Regards,
Garvin.