Open slackero opened 9 years ago
Happens only in SSL mode. Seen on Oxid 4.7.x.
PHP Fatal error: Call to a member function getShopConfVar() on a non-object.
Function should be getConfigParam() instead of getShopConfVar(): $aSslUrl = $oConf->getConfigParam('aToxidCurlSourceSsl');
getConfigParam()
getShopConfVar()
$aSslUrl = $oConf->getConfigParam('aToxidCurlSourceSsl');
Happens only in SSL mode. Seen on Oxid 4.7.x.
PHP Fatal error: Call to a member function getShopConfVar() on a non-object.
Function should be
getConfigParam()
instead ofgetShopConfVar()
:$aSslUrl = $oConf->getConfigParam('aToxidCurlSourceSsl');