customUK Posted July 26, 2013 Share Posted July 26, 2013 Whenever I click on the Abandoned shopping carts option on the main admin page, I get the following error. I've cleared the database but still get the error. Everything else works fine. Any ideas appreciated. [PrestaShopException] Invalid address at line 346 in file classes/Address.php 340. if ($id_address) 341. { 342. $address = new Address((int)$id_address); 343. 344. if (!Validate::isLoadedObject($address)) 345. throw new PrestaShopException('Invalid address'); 346. } 347. else 348. { 349. // set the default address 350. $address = new Address(); Link to comment Share on other sites More sharing options...
benjamin utterback Posted July 26, 2013 Share Posted July 26, 2013 Hi, are there still test orders on your Admin page? What version of PrestaShop are you using? Also, are there any "Console" errors in Google Chrome Developer tools when you click on that link. Link to comment Share on other sites More sharing options...
customUK Posted July 26, 2013 Author Share Posted July 26, 2013 I am using Version 1.5 All test orders have been deleted. There are no console errors in chrome dev tools Link to comment Share on other sites More sharing options...
Recommended Posts