tortelini Posted June 2, 2021 Share Posted June 2, 2021 Hallo, habe ein neues Problem entdeckt. Das wohl aus dem Versuch der Shop-Aktualisierung entstanden ist. Nach Klick auf "offene Posten" erhalte ich untenstehende Fehlermeldung. Ist das ein Datenbankfehler? Was kann ich tun um diesen Fehler zu korrigieren? Meine PS Version ist die 1.7.7.1. Für mehr Angaben bitte fragen. Beste Grüße Torsten [PrestaShopException] object Order cannot be loaded at line 149 in file controllers/admin/AdminOutstandingController.php 144. if (!Validate::isLoadedObject($order_invoice)) { 145. throw new PrestaShopException('object OrderInvoice cannot be loaded'); 146. } 147. $order = new Order($order_invoice->id_order); 148. if (!Validate::isLoadedObject($order)) { 149. throw new PrestaShopException('object Order cannot be loaded'); 150. } 151. $customer = new Customer((int) $order->id_customer); 152. if (!Validate::isLoadedObject($order_invoice)) { 153. throw new PrestaShopException('object Customer cannot be loaded'); 154. } AdminOutstandingControllerCore->printOutstandingCalculation - [line 374 - classes/helper/HelperList.php] - [2 Arguments] HelperListCore->displayListContent - [line 198 - classes/helper/HelperList.php] HelperListCore->generateList - [line 2426 - classes/controller/AdminController.php] - [2 Arguments] AdminControllerCore->renderList - [line 2184 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 306 - classes/controller/Controller.php] ControllerCore->run - [line 518 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 93 - admin/index.php] 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