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!!!
RSS import error
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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/
yes
The file exist, I have uploaded the file again, I also uploaded some other dirs again, and all the files have write settings.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 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
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: yes
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
Regards,
Garvin
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');
?>
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/
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.
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.