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

AntiNSA’s picture

Title: Fatal error: Class name must be a valid object or a string in /home/cyberfan/htdocs/modules/feeds/includes/FeedsConfigurable.inc » Fatal error: Class name must be a valid object or a string in ....../includes/FeedsConfigurable.inc on line 58

Fatal error: Class name must be a valid object or a string in ....../includes/FeedsConfigurable.inc on line 58

AntiNSA’s picture

Title: Fatal error: Class name must be a valid object or a string in ....../includes/FeedsConfigurable.inc on line 58 » Fatal error: Class name must be a valid object or a string in ../includes/FeedsConfigurable.inc on line 58 (EMERGENCY)
AntiNSA’s picture

pleaaase help!!!!

AntiNSA’s picture

Title: Fatal error: Class name must be a valid object or a string in ../includes/FeedsConfigurable.inc on line 58 (EMERGENCY) » Fatal error: Class name must be a valid object or a string in ../includes/FeedsConfigurable.inc on line 58 (pls_help!!)
alex_b’s picture

Title: Fatal error: Class name must be a valid object or a string in ../includes/FeedsConfigurable.inc on line 58 (pls_help!!) » Fatal error: Class name must be a valid object or a string in ../includes/FeedsConfigurable.inc on line 58
Category: bug » support
Priority: Critical » Normal

I 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.

AntiNSA’s picture

Version: 6.x-1.x-dev » 6.x-1.0-alpha12
Category: support » bug
Priority: Normal » Critical

I 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?

alex_b’s picture

Title: Fatal error: Class name must be a valid object or a string in ../includes/FeedsConfigurable.inc on line 58 » CTools 6.x HEAD (6.x 1.4) breaks Feeds

I 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.

AntiNSA’s picture

Thank 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?

alex_b’s picture

Status: Active » Closed (fixed)
bramface’s picture

Is 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

alex_b’s picture

"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?

cglusky’s picture

Not 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.

alex_b’s picture

For the record, Feeds alpha 13 should work fine with CTools 1.4 (see fix logged in CHANGELOG.txt).