Page 1 of 1

RSS import error

Posted: Thu Mar 31, 2005 1:24 pm
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!!!

Posted: Thu Mar 31, 2005 1:25 pm
by paultje
login? :roll:

Posted: Thu Mar 31, 2005 3:03 pm
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

yes

Posted: Fri Apr 01, 2005 9:32 am
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:

Re: yes

Posted: Fri Apr 01, 2005 11:27 am
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

Posted: Fri Apr 01, 2005 1:51 pm
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