poukijo Posted January 10, 2020 Share Posted January 10, 2020 bonsoir a tous j'ai un soucy depuis 8-10 jours quand je veux visionné mes paniers en cours ou abandonné j'ai ce message qui apparait prestashopexception Invalid address #733 at line 439 in file classes/Address.php 434. // if an id_address has been specified retrieve the address 435. if ($id_address) { 436. $address = new Address((int)$id_address); 437. 438. if (!Validate::isLoadedObject($address)) { 439. throw new PrestaShopException('Invalid address #'.(int)$id_address); 440. } 441. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) { 442. $address = new Address(); 443. $address->id_country = (int)$context->customer->geoloc_id_country; 444. $address->id_state = (int)$context->customer->id_state; at line 439 qu'elle est la solution? merci Link to comment Share on other sites More sharing options...
Mediacom87 Posted January 10, 2020 Share Posted January 10, 2020 Link to comment Share on other sites More sharing options...
Eolia Posted January 11, 2020 Share Posted January 11, 2020 une adresse a été supprimée (ID 733) donc soit vous en recréez une en bdd avec cet ID soit vous supprimez en bdd le cart correspondant Link to comment Share on other sites More sharing options...
poukijo Posted January 12, 2020 Author Share Posted January 12, 2020 BDD c'est quoi? , qu'appel tu "le cart"? j'ai essayer de modifié le client du panier 733 et pas moyen je l'est meme supprimé et c'est pareil...... sinon pour les infos Version de PrestaShop : 1.7.2.4 URL de la boutique : http://yamdaracing.fr/ Thème actif : AngarTheme Version de PHP : 7.1.29-1+ubuntu18.04.1+deb.sury.org+1 Version de MySQL : 10.3.15-MariaDB-1:10.3.15+maria~bionic-log navigateur: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36 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