La Botavara Posted February 28, 2015 Share Posted February 28, 2015 (edited) Hoy se ha registrado un troll en mi web, y he borrado sus datos en el back office, el problema es que ahora al ir a Clientes>Carritos en el back office, me sale el siguiente error: [PrestaShopException] Invalid addressat 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. else348. {349. // set the default address350. $address = new Address(); AddressCore::initialize - [line 1550 - classes/Cart.php] - [1 Arguments] CartCore->getGiftWrappingPrice - [line 1465 - classes/Cart.php] - [1 Arguments] CartCore->getOrderTotal - [line 1264 - classes/Cart.php] - [2 Arguments] CartCore::getTotalCart - [line 744 - controllers/admin/AdminCartsController.php] - [3 Arguments] AdminCartsControllerCore->getOrderTotalUsingTaxCalculationMethod - [line - ] - [2 Arguments] call_user_func_array - [line 294 - classes/helper/HelperList.php] - [2 Arguments] No se como solucionarlo. ¿Alguien puede ayudarme? Gracias. Edited March 2, 2015 by La Botavara (see edit history) Link to comment Share on other sites More sharing options...
La Botavara Posted March 2, 2015 Author Share Posted March 2, 2015 Vale, ya lo he solucionado. He editado el archivo classes/Address.php y le he eliminado temporalmente la linea que indica que cuando hay un carrito sin dirección salte este error, entonces me ha permitido ver los carritos del back office y eliminar dicho carrito. Luego he vuelto a insertar el código en el archivo Address.php y listo. Link to comment Share on other sites More sharing options...
Recommended Posts