lateral Posted August 26, 2014 Share Posted August 26, 2014 Hi Guys I am running the latest version 1.6.0.9 of Prestashop and have been "playing around". Using the Backend, I went into "Customers/Shopping Cart" and received the following error: [PrestaShopException]Invalid addressat line 359 in file classes/Address.php 353. if ($id_address)354. {355. $address = new Address((int)$id_address);356. 357. if (!Validate::isLoadedObject($address))358. throw new PrestaShopException('Invalid address');359. }360. else361. {362. // set the default address363. $address = new Address(); AddressCore::initialize - [line 1577 - classes/Cart.php] - [1 Arguments] CartCore->getGiftWrappingPrice - [line 1492 - classes/Cart.php] - [1 Arguments] CartCore->getOrderTotal - [line 1291 - classes/Cart.php] - [2 Arguments] CartCore::getTotalCart - [line 816 - controllers/admin/AdminCartsController.php] - [3 Arguments] AdminCartsControllerCore->getOrderTotalUsingTaxCalculationMethod - [line - ] - [2 Arguments] call_user_func_array - [line 307 - classes/helper/HelperList.php] - [2 Arguments] HelperListCore->displayListContent - [line 150 - classes/helper/HelperList.php] HelperListCore->generateList - [line 871 - controllers/admin/AdminCartsController.php] - [2 Arguments] AdminCartsControllerCore->renderList - [line 1759 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] Any ideas? Regards Greg Link to comment Share on other sites More sharing options...
lateral Posted August 31, 2014 Author Share Posted August 31, 2014 nobody? Link to comment Share on other sites More sharing options...
vekia Posted August 31, 2014 Share Posted August 31, 2014 have you got an access to database manager like phpmyadmin ? Link to comment Share on other sites More sharing options...
lateral Posted August 31, 2014 Author Share Posted August 31, 2014 Yes. But as have had numerous problems with Prestashop, I have performed a clean installation and now the issue seems to have disappeared. Regards Greg Link to comment Share on other sites More sharing options...
Recommended Posts