RSS import error

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
paultje10

RSS import error

Post by paultje10 »

Hi guys,

I searched for my question here but I couldn't find it so I opened a new topic.

When I'am in my admin menu and i choose for import/export and I put a url there for RSS Import I get this error:

Error on line 126 of /usr/export/www/hosting/paultje/weblog/bundled-libs/Onyx/RSS.php: The specified file could not be opened.


What do I wrong? I try'd alot of urls...

I hope someone can help me!
Thanks allready!!!
paultje
Regular
Posts: 8
Joined: Thu Mar 31, 2005 1:18 pm

Post by paultje »

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

Post by garvinhicking »

It seems that the file is missing? Did you check if the mentioned file exists? If not, you didn't extract the serendipity tar/zip file correctly...

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/
paultje
Regular
Posts: 8
Joined: Thu Mar 31, 2005 1:18 pm

yes

Post by paultje »

garvinhicking wrote:It seems that the file is missing? Did you check if the mentioned file exists? If not, you didn't extract the serendipity tar/zip file correctly...

Regards,
Garvin
The file exist, I have uploaded the file again, I also uploaded some other dirs again, and all the files have write settings.

The whole log works, but not the RSS import.... maybe I'am posting the wrong urls there? if I post (as example)

http://www.adformatie.nl/rss/index.xml is this good? please help! thanks :?: :idea:
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: yes

Post by garvinhicking »

Another reason for the error you're getting is that maybe your webserver does not allow outgoing connections.

Try to save this little PHP script as url.php and execute it via http://yourblog/url.php

Code: Select all

<?php
error_reporting(E_ALL);
ini_set('display_errors', '1');
echo file_get_contents('http://www.adformatie.nl/rss/index.xml');
?>
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/
paultje
Regular
Posts: 8
Joined: Thu Mar 31, 2005 1:18 pm

Post by paultje »

Warning: file_get_contents(): Access to remote files/urls using the URL fopen wrapper ist not allowed due to security reasons. in /usr/export/www/hosting/paultje/weblog/url.php on line 4

Warning: file_get_contents(http://www.adformatie.nl/rss/index.xml): failed to open stream: no suitable wrapper could be found in /usr/export/www/hosting/paultje/weblog/url.php on line 4

I think you are right, it is a free crappy host then :(

very thanks!!!!!!!!!!!!!

going to search another, but free mysql/php hosts are hard to find. :x
Post Reply