RSS/OPML feed error

Creating and modifying plugins.
Post Reply
tuler
Regular
Posts: 19
Joined: Wed Aug 16, 2006 2:05 am

RSS/OPML feed error

Post by tuler »

I'm getting this:

Error on line 127 of /home/content/s/l/y/slybguy/html/serendipity/bundled-libs/Onyx/RSS.php: The specified file could not be opened

When I add the RSS/OPML feed side plugin to my blog at http://www.slybaldguys.com/serendipity/.

I'm trying to display the feed from the following url:

http://www.slybaldguys.com/smf/index.ph ... ;type=rss2

I know that this feed works because I display the same feed on my homepage using Carp.

Any ideas?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: RSS/OPML feed error

Post by garvinhicking »

Hi!

Does the plugin generally work with other feeds? It might be related to a firewall on your webserver.

Is your blog on the same server than what you call "your homepage"?

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/
tuler
Regular
Posts: 19
Joined: Wed Aug 16, 2006 2:05 am

Re: RSS/OPML feed error

Post by tuler »

I've tried several feeds and I get the same error with all feeds. My blog is on the same server as my homepage.

I host my site with a goDaddy affilliate if that helps.

Any other information that I can provide you?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: RSS/OPML feed error

Post by garvinhicking »

Hi!

I don't know about your "Carpe" system, but did you setup a HTTP proxy to use there? Do you know which HTTP retrieval system Carpe uses? Does it use 'curl'? Because serendipity does not use curl because out of compatibility issues.

You might need to install the "Manual Trackback" (serendipity_event_trackback) plugin, this allows you to setup a HTTP Proxy that will be used for most HTTP Requests; I do think that GoDaddy is not allowing straight calls.

Ah, and if godaddy is still using Serendipity 0.8, that would be the problem. Only since version 0.9 serendipity no longer requires "allow_url_fopen" in the PHP config and uses the PEAR HTTP Request method.

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/
tuler
Regular
Posts: 19
Joined: Wed Aug 16, 2006 2:05 am

Re: RSS/OPML feed error

Post by tuler »

garvinhicking wrote: I don't know about your "Carpe" system, but did you setup a HTTP proxy to use there? Do you know which HTTP retrieval system Carpe uses? Does it use 'curl'? Because serendipity does not use curl because out of compatibility issues.
I didn't have to setup an http retrieval system for Carp, but it may have done it during the install of the program. Carp is just php script that takes an rss feed and turns it into html.
garvinhicking wrote: You might need to install the "Manual Trackback" (serendipity_event_trackback) plugin, this allows you to setup a HTTP Proxy that will be used for most HTTP Requests; I do think that GoDaddy is not allowing straight calls.
I'll try this.
Ah, and if godaddy is still using Serendipity 0.8, that would be the problem. Only since version 0.9 serendipity no longer requires "allow_url_fopen" in the PHP config and uses the PEAR HTTP Request method.
I did find that I'm running 0.8.2. Do I need to upgrade to 0.9 to use this?

Thanks for all of your help!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: RSS/OPML feed error

Post by garvinhicking »

Hi!
I did find that I'm running 0.8.2. Do I need to upgrade to 0.9 to use this?
Oh. Then you definitely need to upgrade! 0.8.2 also contains a security problem. The best thing for you would be to upgrade to 1.0.1.

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/
tuler
Regular
Posts: 19
Joined: Wed Aug 16, 2006 2:05 am

Post by tuler »

Thanks for the help!
Post Reply