You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is being triggered on Feed Me import (got the error when using the debug feed locally). We are not use Craft Commerce and it is not installed.
This may need to be more defensive and guarded against, i.e. ensuring the Craft Commerce plugin/instance exists before calling it.
I believe currently in this scenario, this is always being called on any EVENT_AFTER_PROCESS_FEED event, without checking if the Craft Commerce plugin/class is present.
Steps to reproduce
Run feed with debug option
Error with Class "craft\commerce\Plugin" not found is thrown after feed has finished processing.
Description
This error is being triggered on Feed Me import (got the error when using the debug feed locally). We are not use Craft Commerce and it is not installed.
Potentially introduced by: 4e2f1b4
This may need to be more defensive and guarded against, i.e. ensuring the Craft Commerce plugin/instance exists before calling it.
I believe currently in this scenario, this is always being called on any
EVENT_AFTER_PROCESS_FEED
event, without checking if the Craft Commerce plugin/class is present.Steps to reproduce
Class "craft\commerce\Plugin" not found
is thrown after feed has finished processing.Additional info
The text was updated successfully, but these errors were encountered: