Hello all,
just wondering, what can cause these problem from my shop, logged in sentry.
Problem is, that sometimes, modul roy_levibox stopping working properly, displaying quanties in cart. Error loged in sentry was:
Error
Call to a member function getParam() on string
just wondering, what can cause these problem from my shop, logged in sentry.
Problem is, that sometimes, modul roy_levibox stopping working properly, displaying quanties in cart. Error loged in sentry was:
Error
Call to a member function getParam() on string
PHP:
/modules/litespeedcache/controllers/front/esi.php in LiteSpeedCacheEsiModuleFrontController::populateItemContent at line 94
echo $inline . $html;
}
private function populateItemContent($item)
{
switch ($item->getParam('pt')) {
case EsiItem::ESI_RENDERWIDGET:
$this->processRenderWidget($item);
break;
case EsiItem::ESI_CALLHOOK:
$this->processCallHook($item);