Bonjour,
Dans le BO Prestashop, quand je clique sur l'item "Apparence/Positions" , j'ai une pages d'erreur qui commence comme suit :
Notice: Undefined property: Gamiphy::$SDK_URL
Symfony\Component\Debug\Exception\ContextErrorException
in modules/gamiphy/gamiphy.php (line 152)
$this->short_live_code = Configuration::get('GAMIPHY_SHORT_LIVE_CODE');
$this->short_live_code_expiry = Configuration::get('GAMIPHY_SHORT_LIVE_CODE_EXPIRY');
$this->webhookUrls = Tools::jsonDecode(Configuration::get('gamiphy_webhook_urls'), true);
// Fallback added to support backward compatability for stores installed version < 1.2.0
$this->sdk_url = Configuration::get('GAMIPHY_SDK_URL') ?: $this->SDK_URL[$this->env];
$this->track_enable = Configuration::get('GAMIPHY_ENABLE') ?: Configuration::get('gamiphy_enable');
}
/*Add gamiphy js scipt on pages*
Pourtant, j'avais désinstallé ce module . Et quand je le recherche dans la liste de modules il n'apparait pas.
Voici une liste d'informations importantes à préciser :
Version de PS : 1.7.8.5
Thème (défaut/perso) : personnalisé
Hébergement : Hostinger
Version de PHP : 7.4.29
Version de MySQL : 10.5.15-MariaDB-cll-lve
Navigateur(s) concerné(s) : Chrome
Merci.