Hi,

I've created a simple mapper using the instructions here:
http://drupal.org/node/622700
Using the code specified in "Declaration of a Feeds plugin" and "Implementation of a feeds plugin"

However, when I enable the parser, I get an error in the drupal message box saying:
Missing Feeds plugin. Check whether all required libraries and modules are installed properly.

I also have the node processor enabled and when I click "Mappings" I get the following error:
Fatal error: Call to undefined method FeedsMissingPlugin::getMappingSources() in /var/www/sites/all/modules/contrib/feeds/feeds_ui/feeds_ui.admin.inc on line 491

CommentFileSizeAuthor
#9 Screen shot 2010-10-13 at 4.47.37 PM.png80.86 KBR-H

Comments

alex_b’s picture

Looks like the declaration of the plugin (through hook_feeds_plugins()) is found but the actual class isn't.

Did you try to clear all caches? admin/settings/performance?

locomo’s picture

i'm getting this too.. i cleared all caches, but no luck

alex_b’s picture

simplepie.inc (see REAME) in place and all caches cleared?

vip_sa’s picture

I get the same error:

Missing Feeds plugin FeedsDataProcessor. See campaign. Check whether all required libraries and modules are installed properly.

hefox’s picture

Ditto

However, clearing the cache a few times /eventually/ fixed it, so can't debug it anymore atm!

justafish’s picture

Clearing the cache a few times eventually fixed it for me also. I had a look in the database and it seems that if you change the class name, then clearing the cache doesn't seem to refresh this at first.

alex_b’s picture

Status: Active » Fixed

Let's regard this as fixed, this issue is also covered in the FAQs: #836618: Compile FAQs

justafish’s picture

Status: Fixed » Closed (fixed)
R-H’s picture

StatusFileSize
new80.86 KB

It wasn't so much that the cache had to be cleared. Under Fast Feed, I had to chose a Processor. One wasn't chosen by default. Once I did that the error went away.

FYI, is it possible to clean up the Rubik theme to work a little better with this module. There are 3 "Select" links when choosing a Processor. See attached.

I know that Dev Seed is responsible for the Rubik theme. So, hopefully you can forward to Young, who is responsible for the theme?

socialnicheguru’s picture

Status: Closed (fixed) » Active

#9 was right. once I selected a parser it was ok.

twistor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)