Closed (fixed)
Project:
Feeds
Version:
6.x-1.0-alpha12
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2010 at 01:06 UTC
Updated:
4 Apr 2010 at 16:55 UTC
Hi! I am recieveing a serious error:
Missing Feeds plugin. Check whether all required libraries and modules are installed properly.
When I try to update :
Fatal error: Class name must be a valid object or a string in /home/cyberfan/htdocs/modules/feeds/includes/FeedsConfigurable.inc on line 58
I am not sure if this is because I updated ctools to the newest dev version or not.... Any help would be appreciated. I tried downloading and uploading to the server again, and am recieving the same issue.
Thanks.
Comments
Comment #1
AntiNSA commentedFatal error: Class name must be a valid object or a string in ....../includes/FeedsConfigurable.inc on line 58
Comment #2
AntiNSA commentedComment #3
AntiNSA commentedpleaaase help!!!!
Comment #4
AntiNSA commentedComment #5
alex_b commentedI can't confirm this error. That doesn't mean it's not possible it occurs. Please provide a proper description on how to reproduce the error. If you have problems with Feeds 1.x dev - try using alpha 12.
No need to add imploring additions to titles. This is a support request.
Comment #6
AntiNSA commentedI hardly call this a support request. There is some reason why feeds is not working. It was working, and it stopped.
1) I have installed feeds.
2) I installed simplepie.inc in library.
3)Everything was ok.
4)After updating several modules,,, not sure if it was ctools or what... I simply started recieving the error:
Missing Feeds plugin. Check whether all required libraries and modules are installed properly.
5)When I try to update :
Fatal error: Class name must be a valid object or a string in /home/cyberfan/htdocs/modules/feeds/includes/FeedsConfigurable.inc on line 58
6)I have tried to uninstall, delete all feeds, flush cash, delete all directories... reupload, and enable.....
7)Same error occurs.
What more information can I provide?
Comment #7
alex_b commentedI just had a conversation on IRC with indytechcook confirming this problem. Actually not just importer defaults but plugin definition seem to break. So #726750: Compatibility with latest CTools 6.x HEAD (6.x 1.4) is a duplicate.
The way how Feeds declares plugins is not compatible with the latest CTools HEAD , #711664: Make global plugins definition hooks optional seems to be the main culprit, but this is not completely confirmed. I've tried to track down the patch author neclimdul on IRC to find out more about how to best fix this issue. Couldn't get hold of him.
Until this incompatibility is taken care of, please use CTools 1.3.
Comment #8
AntiNSA commentedThank you so much for your help! I have 2 days left to get my site open for students!
Which is best, try the patch in the thread or install the old ctools version?
Comment #9
alex_b commentedCTools compatibility is fixed again: #711664-17: Make global plugins definition hooks optional
Comment #10
bramface commentedIs it really? I'm getting "Missing Feeds plugin." using CTools, either version, with Feeds, in an Open Atrium install.
I did see this in Drupalbin: http://drupalbin.com/node/13682/clone
Comment #11
alex_b commented"Missing feeds plugin" by itself is not the symptom of the bug reported here. It's missing feeds plugin plus a fatal error in FeedsConfigurable.inc.
Did you look at all importers on admin/build/feeds and check which plugin is missing? (It's obvious as either a fetcher, a parser or a processor is missing). What are your importer configurations?
Comment #12
cglusky commentedNot sure it will help but I got this error after an update and forgot I had SimplePie library inside Feeds dir. So it got deleted when I updated. Now moving SimplePie to better sites/all/libraries.
Comment #13
alex_b commentedFor the record, Feeds alpha 13 should work fine with CTools 1.4 (see fix logged in CHANGELOG.txt).