Jump to content

[PrestaShopException] Invalid address #3096


ozerom

Recommended Posts

Hola, 

 

Al haer click en clientes/carros de compra me encuentro con el siguiente pantallazo: (Prestashop 1.6.1.0)

 

[PrestaShopException]

Invalid address #3096
at line 393 in file classes/Address.php

388.             if ($id_address)
389.             {
390.                 $address = new Address((int)$id_address);
391.
392.                 if (!Validate::isLoadedObject($address))
393.                     throw new PrestaShopException('Invalid address #'.(int)$id_address);
394.
395.             }
396.             elseif ($with_geoloc && isset($context->customer->geoloc_id_country))
397.             {
398.                 $address = new Address();

 

 

¿Alquien sabe a que puede ser debido?

 

Muchas gracias.

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...