Guest korgo Posted November 12, 2014 Share Posted November 12, 2014 Hallo Leute, als totaler Newbie erstmal ein Schock... Beim Klick auf "Warenkörbe" (der Kunden) bekomme ich im backoffice einen Fehler... hoffentlich nichts Schlimmes!? Wer kann helfen? [PrestaShopException]Invalid addressat line 362 in file classes/Address.php 356. if ($id_address)357. {358. $address = new Address((int)$id_address);359.360. if (!Validate::isLoadedObject($address))361. throw new PrestaShopException('Invalid address');362. }363. else364. {365. // set the default address366. $address = new Address(); AddressCore::initialize - [line 700 - override/classes/Cart.php] - [1 Arguments] Argument [0]74 Cart->getTaxDetails - [line 338 - override/classes/Cart.php]332. Cart::ONLY_WRAPPING,333. Cart::ONLY_PRODUCTS_WITHOUT_SHIPPING,334. Cart::ONLY_PHYSICAL_PRODUCTS_WITHOUT_SHIPPING,335. );336.337. $taxes = $this->getTaxDetails();338. $order_total_products_taxed = 0;339.340. // Define virtual context to prevent case where the cart is not the in the global context341. $virtual_context = Context::getContext()->cloneContext();342. $virtual_context->cart = $this; Cart->getOrderTotal - [line 1293 - classes/Cart.php] - [2 Arguments] Argument [0]1Argument [1]4 CartCore::getTotalCart - [line 830 - controllers/admin/AdminCartsController.php] - [3 Arguments] Argument [0]67Argument [1]1Argument [2]4 AdminCartsControllerCore->getOrderTotalUsingTaxCalculationMethod - [line - ] - [2 Arguments] Argument [0]67Argument [1]Array([id_cart] => 67[date_add] => 2014-11-11 23:51:12[customer] => D. ggsdfg[total] => 67[carrier] =>[id_order] => Nicht bestellt[badge_success] => 0[badge_danger] => 1[id_guest] => 0) call_user_func_array - [line 321 - classes/helper/HelperList.php] - [2 Arguments] 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