Pesca Extrema Posted November 10, 2018 Share Posted November 10, 2018 Buongiorno, sto usando CREADISCAUNT di PRESTASHOP 1.7.3.3 Entrando nella sezione CARRELLI DELLA SPESA mi apare questo errore: Invalid address #8at 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; Abbisogno urgente di aiuto per risolvere. Grazie Link to comment Share on other sites More sharing options...
Giuseppe C. Posted November 15, 2018 Share Posted November 15, 2018 Solitamente è relativo ad un carrello della spesa collegato ad un indirizzo cancellato... non più presente nel db Prestashop. 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