Paymark的Opencart付款网关集成错误

时间:2020-09-01 17:27:02

标签: php arrays oop opencart opencart-module

我从opencart市场购买了扩展的-paymark并上传了它。 当我尝试安装/编辑它时,它给我错误:

注意:未定义索引:第67行上的/home/pqdzt0xjgliy/public_html/products.thevirtualhands.org/admin/controller/extension/payment/paymark.php中的令牌注意:未定义索引:/ home / pqdzt0xjgliy / public_html /中的令牌第72行上的products.thevirtualhands.org/admin/controller/extension/payment/paymark.php注意:未定义索引:/home/pqdzt0xjgliy/public_html/products.thevirtualhands.org/admin/controller/extension/payment/pay/paymark.php中的令牌第77行注意:未定义索引:/home/pqdzt0xjgliy/public_html/products.thevirtualhands.org/admin/controller/extension/payment/paymark.php中的令牌注意:未定义索引:/ home / pqdzt0xjgliy / public_html / products中的令牌.thevirtualhands.org / admin / controller / extension / payment / paymark.php,第82行

我调试了它,发现在所有SSL行上都给出了此错误。对于例如

$data['breadcrumbs'][] = array(
        'text' => $this->language->get('text_home'),
        'href' => $this->url->link('common/dashboard', 'token=' . $this->session->data['token'], 'SSL')
    );

$data['breadcrumbs'][] = array(
        'text' => $this->language->get('text_payment'),
        'href' => $this->url->link('extension/extension', 'token=' . $this->session->data['token'], 'SSL')
    );

已启用SSL,正常工作。 任何想法,如何解决? n为什么会这样?

0 个答案:

没有答案