Closed (fixed)
Project:
Commerce Feeds
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2012 at 01:38 UTC
Updated:
24 Aug 2012 at 11:41 UTC
While troubleshooting an issue with Feeds I noticed that after uninstalling Commerce Feeds & Example module I get the following error:
Missing Feeds plugin FeedsCommerceProductProcessor. See product_importer. Check whether all required libraries and modules are installed properly.
Manually deleting the Product Importer and Product Reference Importer solved fixes the error. Should commerce_feeds_example delete these importers on module uninstall?
Comments
Comment #1
pcambraThis is a really annoying error that is shared among many projects, we should change the way we load the plugins to kill this sucker once for all.
Basically we need to remove the hook plugins from feed itself and replace it by a standard ctools plugin loading system, also renaming the classes will be required.
See #1421080: Missing Feeds plugins on module enable
Comment #2
pcambraFixed the issue by clearing the cache on enabling the module and also added some code to disable/enable the example importers on enable/disable the example module.