Jump to content

Product page throwing error on particular customers


Recommended Posts

Hello!

Could someone help me on this one?
I have Prestashop 1.5.6.0 installed, everything works fine, except the product pages for one customer when he is logged in.

When logged out everything is perfect.
When I am trying to access it, I get this:

 

[PrestaShopException]

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

344.         if ($id_address)
345.         {
346.             $address = new Address((int)$id_address);
347.
348.             if (!Validate::isLoadedObject($address))
349.                 throw new PrestaShopException('Invalid address');
350.         }
351.         else
352.         {
353.             // set the default address
354.             $address = new Address();
Edited by charukesh_e (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...