Maïkel Rouge Posted February 15, 2018 Share Posted February 15, 2018 (edited) Bonjour qui pourrais me renseigner, depuis hier soir je retrouve avec une erreur 500 sur google chrome et le message suivant quand je veux consulté mes panier actif [PrestaShopException] Invalid address #277at 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; AddressCore::initialize - [line 197 - classes/tax/Tax.php] - [1 Arguments] TaxCore::getProductEcotaxRate - [line 610 - classes/Cart.php] - [1 Arguments] CartCore->getProducts - [line 92 - override/classes/Cart.php] Cart->getOrderTotal - [line 1392 - classes/Cart.php] - [2 Arguments] CartCore::getTotalCart - [line 854 - controllers/admin/AdminCartsController.php] - [3 Arguments] AdminCartsControllerCore->getOrderTotalUsingTaxCalculationMethod - [line - ] - [2 Arguments] call_user_func_array - [line 321 - classes/helper/HelperList.php] - [2 Arguments] HelperListCore->displayListContent - [line 156 - classes/helper/HelperList.php] HelperListCore->generateList - [line 914 - controllers/admin/AdminCartsController.php] - [2 Arguments] AdminCartsControllerCore->renderList - [line 2025 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 37 - override/classes/controller/AdminController.php] AdminController->initContent - [line 189 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] Bizarement mon site marchand s'ouvre avec tout les autres navigateur.... Merci pour votre aide. www.bougierouge.com Edited February 15, 2018 by Maïkel Rouge (see edit history) Link to comment Share on other sites More sharing options...
doekia Posted February 15, 2018 Share Posted February 15, 2018 Je doute que le problème n'affecte que Chrome, c'est plus que dans ce dernier il y a un cookie pointant sur un panier "vérolé" Et comme je vois que tu as pas mal d'override, commence par vérifier si celles-ci ne sont pas à la racine du problème. D'ailleurs je ne comprends pas comment ton BO peut ne serait-ce que fonctionner ( /admin !!??!! ) Link to comment Share on other sites More sharing options...
Maïkel Rouge Posted February 15, 2018 Author Share Posted February 15, 2018 merci pour la réponse mais en termes français sa donne quoi car je suis un nul donc faudrait un peu plus m'expliqué svp Link to comment Share on other sites More sharing options...
Oron Posted February 15, 2018 Share Posted February 15, 2018 Bonjour Fonctionne sur chrome et firefox je viens de tester. 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