Geraldine G Posted October 20, 2017 Share Posted October 20, 2017 Hello, I have this message every time I want to go to the shopping cart [PrestaShopException] Invalid address #17 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; Have anyone ran into this bug too ? What can be done ? Many thanks, Gg Link to comment Share on other sites More sharing options...
El Patron Posted October 21, 2017 Share Posted October 21, 2017 Hi sorry you have this issue. See forge report http://forge.prestashop.com/browse/BOOM-3119 then also visit this forum post Let us know if you find solution that works for you. Link to comment Share on other sites More sharing options...
Geraldine G Posted October 25, 2017 Author Share Posted October 25, 2017 Hello El patron, Thank you for your reply. Funny enough the problem solved itself. When the shopping cart list grew and changed page, the problem stopped. However, I cannot access the first part of the shopping carts. Many thanks for your help. Kind regards, gg 1 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