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
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | Screen shot 2010-10-13 at 4.47.37 PM.png | 80.86 KB | R-H |
Comments
Comment #1
alex_b commentedLooks 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?
Comment #2
locomo commentedi'm getting this too.. i cleared all caches, but no luck
Comment #3
alex_b commentedsimplepie.inc (see REAME) in place and all caches cleared?
Comment #4
vip_sa commentedI get the same error:
Missing Feeds plugin FeedsDataProcessor. See campaign. Check whether all required libraries and modules are installed properly.
Comment #5
hefox commentedDitto
However, clearing the cache a few times /eventually/ fixed it, so can't debug it anymore atm!
Comment #6
justafishClearing 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.
Comment #7
alex_b commentedLet's regard this as fixed, this issue is also covered in the FAQs: #836618: Compile FAQs
Comment #8
justafishComment #9
R-H commentedIt 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?
Comment #10
socialnicheguru commented#9 was right. once I selected a parser it was ok.
Comment #11
twistor commented