António Filipe Posted September 13, 2018 Share Posted September 13, 2018 Dear friends; Hi have this error message everytime I try to see the active charts. Also, it generates one other message, when every new cliente is registered. What is the right solution, step by step…. Thanks to all you helpers. [PrestaShopException] Invalid address #12at line 444 in file classes/Address.php 439. // if an id_address has been specified retrieve the address 440. if ($id_address) { 441. $address = new Address((int)$id_address); 442. 443. if (!Validate::isLoadedObject($address)) { 444. throw new PrestaShopException('Invalid address #'.(int)$id_address); 445. } 446. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) { 447. $address = new Address(); 448. $address->id_country = (int)$context->customer->geoloc_id_country; 449. $address->id_state = (int)$context->customer->id_state; AddressCore::initialize - [line 197 - classes/tax/Tax.php] - [1 Arguments] TaxCore::getProductEcotaxRate - [line 767 - classes/Cart.php] - [1 Arguments] CartCore->getProducts - [line 1866 - classes/Cart.php] CartCore->getOrderTotal - [line 1782 - classes/Cart.php] - [2 Arguments] CartCore::getTotalCart - [line 869 - controllers/admin/AdminCartsController.php] - [3 Arguments] AdminCartsControllerCore->getOrderTotalUsingTaxCalculationMethod - [line 335 - classes/helper/HelperList.php] - [2 Arguments] HelperListCore->displayListContent - [line 164 - classes/helper/HelperList.php] HelperListCore->generateList - [line 929 - controllers/admin/AdminCartsController.php] - [2 Arguments] AdminCartsControllerCore->renderList - [line 2082 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 255 - classes/controller/Controller.php] ControllerCore->run - [line 428 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 99 - admin/index.php] Link to comment Share on other sites More sharing options...
El Patron Posted September 14, 2018 Share Posted September 14, 2018 Hi remember to search on the error as often someone else has already had issue and possibly solved. For example: https://www.prestashop.com/forums/topic/756082-invalid-address-327-at-line 444 in-file classesaddressphp/ here is search within PrestaShop https://www.google.com.co/search?q=PrestaShopException]+Invalid+address+%2312+at+line+444+in+file+classes/Address.php+site:www.prestashop.com&sa=X&ved=2ahUKEwiVhYy02brdAhWGrVkKHRjCAYEQrQIoBDAAegQIABAM&biw=1280&bih=648 happy selling, el 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