Hi,
at the moment is disable because no function and site is live.
I've enable debug on Joomla and that is the error
vignaiolitreviso.com [Tue May 19 18:02:36 2020] [error] [pid 17541] mod_proxy_fcgi.c(860): [client 173.252.79.24:0] AH01071: Got error 'PHP message: PHP Notice: Undefined offset: 1 in /var/www/vhosts/vignaiolitreviso.com/httpdocs/administrator/components/com_hikashop/helpers/helper.php on line 3027\n'
vignaiolitreviso.com [Tue May 19 18:06:36 2020] [error] [pid 17544] mod_proxy_fcgi.c(860): [client 63.143.42.246:0] AH01071: Got error 'PHP message: PHP Notice: Undefined offset: 1 in /var/www/vhosts/vignaiolitreviso.com/httpdocs/administrator/components/com_hikashop/helpers/helper.php on line 3027\n'
I enable debug on Stripe component and this is the result.
<?php
$_GET['option']='com_hikashop';
$_GET['tmpl']='component';
$_GET['ctrl']='checkout';
$_GET['task']='notify';
$_GET['notif_payment']='stripeconnect';
$_GET['format']='html';
$_GET['lang']='it';
$_GET['notif_id']='5';
$_REQUEST['option']='com_hikashop';
$_REQUEST['tmpl']='component';
$_REQUEST['ctrl']='checkout';
$_REQUEST['task']='notify';
$_REQUEST['notif_payment']='stripeconnect';
$_REQUEST['format']='html';
$_REQUEST['lang']='it';
$_REQUEST['notif_id']='5';
include('index.php');
Any idea?
Thanks so much
Matteo