Jump to content

Liste de paniers abandonnés inaccessibles


Recommended Posts

Bonjour,

J' ai voulu accéder aux paniers abandonnés ce matin et rien ! (hier tout fonctionnait très bien)

Tout le reste a l'air de fonctionner normalement.

A la place j'ai ceci:

[PrestaShopException]

Invalid address #309
at line 401 in file classes/Address.php

396.             // if an id_address has been specified retrieve the address
397.             if ($id_address) {
398.                 $address = new Address((int)$id_address);
399. 
400.                 if (!Validate::isLoadedObject($address)) {
401.                     throw new PrestaShopException('Invalid address #'.(int)$id_address);
402.                 }
403.             } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) {
404.                 $address             = new Address();
405.                 $address->id_country = (int)$context->customer->geoloc_id_country;
406.                 $address->id_state   = (int)$context->customer->id_state;

 

Mon site est hébergé chez 1&1, si quelqu'un peut m' orienter?

https://laguiole-coutellerie.fr

Merci d'avance

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...