Jump to content

Oups... une erreur inattendue semble s'être produite


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...