Skip to content

Not compatible with Magento 2.4 #22

@peterjaap

Description

@peterjaap

Here's how I fixed/circumvented it for now, not sure if this is the correct fix;

diff --git Model/Processor.php Model/Processor.php
index f0ddde1..ce58d1c 100644
--- Model/Processor.php
+++ Model/Processor.php
@@ -624,7 +624,7 @@ class Processor
         }
 
         if ($this->helper->isPageVisitEnable()
-            && $this->isValidAction($module, $this->lastAction)) {
+            && $this->isValidAction($module, $this->lastAction) && $this->eventConfig) {
 
             $activity = $this->_initLog();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions