By tbals on
Hi there,
i want to collect some RSS-feeds and prepare them with "views". So the default Aggregator-Module is the not the right one for this and I decide to install "simplefeed" and installed the module like the docu says (http://drupal.org/node/310470).
But i stop at the point "create content -> feed". I dont where i set the feed-URL - i dont think in "Title" or "Body" - there is no field for the URL. And when I set the URL in the title and body field, save node and press "refresh feed" I got the error:
warning: file_get_contents(http:) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/domain.tld/modules/simplefeed/simplepie.inc on line 7759.
I think it much more easier, but I dont know.
Could someone help?
And sorry for bad english.
Regards
Thomas
Comments
simplefeed - not really simple
Did you download SimplePie 1.1 library and place simplepie.inc in the Simplefeed folder?
indeed
yes as jt suggests you have to download the simplepie lib files and move into the simplefeed module folder in your site installation!
hope this helps!
Cheers,
Nate
I am having the same
I am having the same difficulty--there is no 'url' field on the Feed creation.
I have installed the simpleplie.inc file and it is recognized (as it is above--notice the error is *inside* simplepie, not loading it), but there is no feed to load since there is no field in Create Content -> Create Feed. So, when SimplePie runs it has no $url at line 7759.
So, I think the problem is in the Create Feed page lacking a url field, but I can't figure out why.
This is all in D6, btw.
If you previously installed
If you previously installed the "Feed API" module, you will probably solve this issue applying this solution: http://drupal.org/node/319144#comment-1083428. It sounds weird but it worked for me.