chome güncellemesinden sonra webpos çalışmıyor

tolga35

OpenCart-TR
Katılım
28 Mar 2010
Mesajlar
185
Tepkime puanı
0
Puanları
0
Yaş
43
Konum
izmir
chome güncellemesinden sonra webpos 3d şifresini girdikten sonra beyaz sayfada kalıyor
http://xxxx.com/index.php?route=payment/webpos/callback



hata kayıtlarına baktığımız zaman

2020-09-02 16:41:41 - PHP Notice: Undefined index: webpos_bank_id in /home/xxx/public_html/catalog/controller/payment/webpos.php on line 288

288.satırdaki kod:
$bank_id=$this->session->data['webpos_bank_id'];


2020-09-02 16:41:41 - PHP Notice: Undefined index: order_id in /home/xxx/public_html/catalog/controller/payment/webpos.php on line 290

290.satırdaki kod:
$order_id=$this->session->data['order_id'];


2020-09-02 16:41:41 - PHP Notice: Undefined variable: webpos_class in /home/xxx/public_html/catalog/controller/payment/webpos.php on line 301

301.satırdaki kod:
$this->helperload($webpos_class);


2020-09-02 16:41:41 - PHP Notice: Undefined offset: 1 in /home/xxx/public_html/catalog/controller/payment/webpos.php on line 55

55.satırdaki kod:
$class = preg_replace('/[^a-zA-Z0-9]/', '', $class_only[1]);


2020-09-02 16:41:41 - PHP Notice: Error: Could not load webpos helper /home/xxx/public_html/system/helper/webpos/adapter/.php! in /home/xxx/public_html/catalog/controller/payment/webpos.php on line 60

60.satırdaki kod:
trigger_error('Error: Could not load webpos helper ' . $file . '!');



bu konuda destek ourmusunuz.
 
Üst