cad68 Posted September 30, 2021 Share Posted September 30, 2021 Bonjour, Une nouvelle erreur sur le Prestashop (1.7.7.6) de notre boutique est arrivé : ContextErrorException HTTP 500 Internal Server Error Warning: A non-numeric value encountered Symfony\Component\Debug\Exception\ContextErrorException in src/Adapter/Presenter/Module/ModulePresenter.php (line 66) } $attributes = $module->attributes->all(); $attributes['picos'] = $this->addPicos($attributes); $attributes['price'] = $this->getModulePrice($attributes['price']); $attributes['starsRate'] = str_replace('.', '', round($attributes['avgRate'] * 2) / 2); // Round to the nearest 0.5 return [ 'attributes' => $attributes, 'disk' => $module->disk->all(), 'database' => $module->database->all(), J'ai lu sur les forums que ceci est du à une erreur php (la version de PHP : 7.1.33) mais je n'arrive pas à voir l'erreur nous n'avons à ma connaissance pas fais de mauvaise manipulations.. Si quelqu'un avait une piste cela me serait d'une grande aide. Cordialement, Alexandre de C.A.D Link to comment Share on other sites More sharing options...
Mediacom87 Posted September 30, 2021 Share Posted September 30, 2021 Bonjour, ceci est un bug du fait du site Addons qui remonte des informations erronées Link to comment Share on other sites More sharing options...
cad68 Posted September 30, 2021 Author Share Posted September 30, 2021 Bonjour @Mediacom87, Merci pour votre réponse, mais comment peut-on alors résoudre ce problème d'accès ? Cordialement, Link to comment Share on other sites More sharing options...
Mediacom87 Posted September 30, 2021 Share Posted September 30, 2021 Videz le cache par la page Performances ou manuellement et le gestionnaire de module devrait revenir. Link to comment Share on other sites More sharing options...
cad68 Posted September 30, 2021 Author Share Posted September 30, 2021 Problème résolu merci Vider le cash par presta n'avais pas marché mais le manuel oui. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now