Jump to content

Carritos abandonados error 500


Recommended Posts

Buenos días,

tengo la versión 1.7.5.2 de Prestashop y al intentar ver los carritos abandonados, me aparece SERVER ERROR 500.

Alguien más tiene este problema? he borrado el cache y sigue pasando lo mismo.

Gracias,

Link to comment
Share on other sites

Buenos días Juan,

ya lo he activado y me aparece este mensaje que no tengo ni idea que hacer:

Invalid address #583
at line 472 in file classes/Address.php

467. // if an id_address has been specified retrieve the address 468. if ($id_address) { 469. $address = new Address((int) $id_address); 470. 471. if (!Validate::isLoadedObject($address)) { 472. throw new PrestaShopException('Invalid address #' . (int) $id_address); 473. } 474. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) { 475. $address = new Address(); 476. $address->id_country = (int) $context->customer->geoloc_id_country; 477. $address->id_state = (int) $context->customer->id_state;

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...