Sos doudou Posted August 10, 2022 Share Posted August 10, 2022 Bonjour à tous j'ai besoin d'un petit coup de pouce Depuis ce matin dans l'admin j'ai ce message Oups... une erreur inattendue semble s'être produite Price specification not found for currency: "" [PrestaShop\PrestaShop\Core\Localization\Exception\LocalizationException 0] Lorsque j'active le mod debug j'ai ça in src/Core/Localization/Locale.php (line 170) public function getPriceSpecification($currencyCode) { $currencyCode = (string) $currencyCode; $priceSpec = $this->priceSpecifications->get($currencyCode); if (null === $priceSpec) { throw new LocalizationException('Price specification not found for currency: "' . $currencyCode . '"'); } return $priceSpec; } Cette ligne est en orange throw new LocalizationException('Price specification not found for currency: "' . $currencyCode . '"'); D'avance merci à tous pour votre attention cordialement / Isabelle Link to comment Share on other sites More sharing options...
Sos doudou Posted August 11, 2022 Author Share Posted August 11, 2022 Bonjour Je n'ai pas résolu ce problème moi même mais il est résolu Si ça peut aider d'autres personnes dans le même cas ou même pour d'autres problèmes J'ai fait appel à la société Mon Site Bug qui pour 80euros a remis mon site sur pieds Voici l'adresse https://www.mon-site-bug.fr Cordialement Isabelle 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