Fatal error: Call to undefined method FeedsMissingPlugin::getLimit() in /homepages/....../sites/all/modules/feeds/includes/FeedsImporter.inc on line 116
lines 115 & 116 reads
public function getLimit() {
return $this->processor->getLimit();

Thanks for your help

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pdeclarens’s picture

I also have an other message related to same module:
Missing Feeds plugin RelationFeedsProcessor. See erpal_contact_relations_works_at. Check whether all required libraries and modules are installed properly.

MegaChriz’s picture

Category: Bug report » Support request
Status: Active » Fixed

The message "Missing Feeds plugin" means that you have an importer that uses a plugin that is not available. The solution is to enable the module that provides the plugin. If the module is already enabled, then the site's cache should be cleared, so Feeds will relocate plugins.

In your case the plugin RelationFeedsProcessor is missing which is provided by the Relation feeds module.
Enable the Relation feeds module or clear caches.

pdeclarens’s picture

Hello,

thanks for your help.
Unfortunately I am unable to find a module called relation feeds or relations_feeds...

A link or a hint?

thanks

MegaChriz’s picture

It's a submodule of the Relation module (since 7.x-1.0-rc5).
https://drupal.org/project/relation

pdeclarens’s picture

the Relation module was installed...
I enabled a Feeds import module, tried again an impotr and got the fatal error again.
Following messages:
Notice : Undefined index: mappings dans FeedsCSVParser->sourceForm() (ligne 122 dans /homepages/42/d141549472/htdocs/erpalbeta/sites/all/modules/feeds/plugins/FeedsCSVParser.inc).
Warning : Invalid argument supplied for foreach() dans FeedsCSVParser->sourceForm() (ligne 124 dans /homepages/42/d141549472/htdocs/erpalbeta/sites/all/modules/feeds/plugins/FeedsCSVParser.inc).

thanks again

pdeclarens’s picture

Status: Fixed » Active

Thanks Mega but the problem seems to be elsewhere, see previous post

MegaChriz’s picture

Status: Active » Closed (works as designed)

The error in #5 is a different issue as the first one. Please open a new issue for that, if you still encounter that issue.

The reported fatal error "Call to undefined method FeedsMissingPlugin::getLimit()" is fixed in #2497729: Implement all methods on FeedsMissingPlugin. by the way, so this is no longer an issue.