Fatal error: Call to undefined method Action::execute() /home/public_html/system/engine/event.php on line 62
问题 Hi tried refreshing the modification cache cache in opencart and since then i am getting a blank page in front end with this error message. public function trigger($event, array $args = array()) { foreach ($this->data as $value) { if (preg_match('/^' . str_replace(array('\*', '\?'), array('.*', '.'), preg_quote($value['trigger'], '/')) . '/', $event)) { $result = $value['action']->execute($this->registry, $args); if (!is_null($result) && !($result instanceof Exception)) { return $result; } }