6.x-1.x-dev not working on D6.4/6.5
hunthunthunt - October 9, 2008 - 17:51
| Project: | SimpleFeed |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
When creating/ refreshing a feed I get the following:
warning: file_get_contents(http:) [function.file-get-contents]: failed to open stream: No such file or directory in /Applications/xampp/xamppfiles/htdocs/*/sites/all/modules/simplefeed/simplepie.inc on line 7759.
This is because no URLs are being sent to simplepie. Looking in to this I noticed that the database table 'simplefeed_feed' remains empty. For some reason, none of the following functions are being executed when feeds are added/updated; simplefeed_load(), simplefeed_insert(), simplefeed_update().
Any idea why this is happening?
I am using Drupal 6.5, and latest versions of CCK and Views. (Problem was with D 6.4 also)

#1
Did you install the simplepie.inc library in the module's folder? This is a dependency.
#2
Yes, I did install simplepie.inc - the error/warning message makes this quite clear ;)
Thanks
#3
Im having the same issue, and im not quite sure how to help out for getting this fixed.
#4
The same problem in 6.6
simplepie.inc version is 1.1.1
When I'm creating a node (feed) I don't have a field "URL" and a "feed settings"
I don't know why.
I have a multisite with different databases. One site works fine with this module other don't.
#5
SOLUTION IS:
Remove a node type called "Feed". This type was leaved by module FeedAPI . This module wasn't removed correctly - see a tables "feedapi_*" in database...
After removing a type "Feed" created by FeedAPI you will see a type "Feed" created by SimpleFeed (which can be deleted).
Use it in usual way.
Create -> Feed (You will see a field URL and more).
#6
Huh? This doesn't make any sense!
#7
I think he's saying that another feed module is using the same database name space and you need to delete (uninstall) the previous Feed content type so that SimpleFeed can create it's own content type Feed.
#8
i'm having the same problem. latest D6.
i dont have feed api installed - can create a feed , but "refresh feed" doesnt create any nodes.
#9
same for Drupal 6.13