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

pcambra’s picture

Title: Uninstallation of Commerce Feeds » Fix missing feeds plugin error for good

This 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

pcambra’s picture

Status: Active » Fixed

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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.