Jump to content

Bug/Error - EXCEPTION classes/address


malokas

Recommended Posts

Hello,

 

since yesterday we have following error when clicking on any shopping carts in the backoffice. 

I don't know exactly what happend as we did not install/deinstall any modules.
The only strange thing was that an order was not successfully transmitted from NOVALNET PayPal. The payment got accepted but no order was created.

How this is possible? Any idea?

 

[PrestaShopException]

Invalid address
at line 362 in file classes/Address.php

356.         if ($id_address)
357.         {
358.             $address = new Address((int)$id_address);
359.
360.             if (!Validate::isLoadedObject($address))
361.                 throw new PrestaShopException('Invalid address');
362.         }
363.         else
364.         {
365.             // set the default address
366.             $address = new Address();
Link to comment
Share on other sites

×
×
  • Create New...