bhomrah Posted May 2, 2015 Share Posted May 2, 2015 Hello , some one can help me please admin shopping cart is not working in 1.6.0.6 [PrestaShopException]Invalid address at 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. else 361. { 362. // set the default address 363. $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] Link to comment Share on other sites More sharing options...
shacker Posted May 3, 2015 Share Posted May 3, 2015 i suggest to update to latest version if you are not in live yet. use the autoupdate module and backup first Link to comment Share on other sites More sharing options...
bhomrah Posted May 4, 2015 Author Share Posted May 4, 2015 Hello , Thank you for your advise , i found the solution but i do not know how .. i have make theme cache directory 777 and some more small things and its start working .. but how i really do not know exactly .. modules was already updated .... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now