charukesh_e Posted May 14, 2014 Share Posted May 14, 2014 (edited) 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 addressat 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. else352. {353. // set the default address354. $address = new Address(); Edited May 14, 2014 by charukesh_e (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 14, 2014 Share Posted May 14, 2014 hello try to remove this customer address from customers > addresses tab and see if this helps you can recreate customer address there Link to comment Share on other sites More sharing options...
charukesh_e Posted May 14, 2014 Author Share Posted May 14, 2014 No,that didnt work Link to comment Share on other sites More sharing options...
Recommended Posts