AGUAGREEN Posted August 21, 2016 Share Posted August 21, 2016 Quelqu'un peut m'expliquer d'où vient ce bug lorsque l'on clique sur Encours autorisés dans Onglet Clients ? Merci. PS version: 1.6.1.6 Hébergement: OVH [PrestaShopException]object Order cannot be loadedat line 147 in file controllers/admin/AdminOutstandingController.php 142. if (!Validate::isLoadedObject($order_invoice)) {143. throw new PrestaShopException('object OrderInvoice cannot be loaded');144. }145. $order = new Order($order_invoice->id_order);146. if (!Validate::isLoadedObject($order)) {147. throw new PrestaShopException('object Order cannot be loaded');148. }149. $customer = new Customer((int)$order->id_customer);150. if (!Validate::isLoadedObject($order_invoice)) {151. throw new PrestaShopException('object Customer cannot be loaded');152. } AdminOutstandingControllerCore->printOutstandingCalculation - [line - ] - [2 Arguments] call_user_func_array - [line 321 - classes/helper/HelperList.php] - [2 Arguments] HelperListCore->displayListContent - [line 156 - classes/helper/HelperList.php] HelperListCore->generateList - [line 2389 - classes/controller/AdminController.php] - [2 Arguments] AdminControllerCore->renderList - [line 2043 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 189 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] Link to comment Share on other sites More sharing options...
AGUAGREEN Posted August 30, 2016 Author Share Posted August 30, 2016 Personne ne connait ce bug ? Link to comment Share on other sites More sharing options...
AGUAGREEN Posted August 30, 2016 Author Share Posted August 30, 2016 Le problème a été résolu. Il suffit de supprimer l' order corrompu dans la base de données via pHp admin. Cmdt 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