(174) if (!function_exists('curl_exec')) $data['error_warning'] .= $this->language->get('curl_disable');
(175)
(176) $data['breadcrumbs'] = array();
(177) $data['breadcrumbs'][] = array(
(178) 'text' => $this->language->get('text_home'),
(179) 'href' => $this->url->link('common/dashboard', 'user_token=' . $this->session->data['user_token'], 'SSL')
(180) );
(181) $data['breadcrumbs'][] = array(
(182) 'text' => $this->language->get('text_module'),
(183) 'href' => $this->url->link('extension/module', 'user_token=' . $this->session->data['user_token'], 'SSL')
(184) );
(185) $data['breadcrumbs'][] = array(
(186) 'text' => $this->language->get('heading_title'),
(187) 'href' => $this->url->link('module/category', 'user_token=' . $this->session->data['user_token'], 'SSL')
(188) );
(189)
(190) $data['button_save'] = $this->language->get('button_save');
(190) $data['button_cancel'] = $this->language->get('button_cancel');
(191)
(193) $data['action'] = $this->url->link('extension/module/convead', 'user_token=' . $this->session->data['user_token'], 'SSL');
(194) $data['cancel'] = $this->url->link('extension/module', 'user_token=' . $this->session->data['user_token'], 'SSL');
Добрый день! После установки модуля, столкнулся со следующей проблемой. Не могу его активировать, так как на странице с модулем вылезает следующая ошибка:
Notice: Undefined index: user_token in /home/b/***/public_html/admin/controller/extension/module/convead.php on line 179Notice: Undefined index: user_token in /home/b/***/public_html/admin/controller/extension/module/convead.php on line 183Notice: Undefined index: user_token in /home/b/***/public_html/admin/controller/extension/module/convead.php on line 187Notice: Undefined index: user_token in /home/b/***/public_html/admin/controller/extension/module/convead.php on line 193Notice: Undefined index: user_token in /home/b/***/public_html/admin/controller/extension/module/convead.php on line 194
Проблема с токене, как только произвожу какое-либо действие в модуле, например его активацию, сразу вылетаю из админке и настройки не сохраняются.
Версия движка: ocStore 2.3.0.2.3
Модуль для 2.3.Х
Часть кода прилагаю выше.
P.S. в конфиге админки всё прописано корректно.
Спасибо за ответы!