Hi,
but problem is in API Google Analytics module. Try change in modules/gapi/gapi.php this two rows:
$shop = new Shop(Shop::getContextShopID(true));
and
$shop = new Shop(Shop::getContextShopID(true));
to (only remove true)
$shop = new Shop(Shop::getContextShopID());