SJBgesell Posted April 21, 2017 Share Posted April 21, 2017 Hola muy buenas, hace poco instale un E-comerce de PrestaShop y estoy configurando todo... ahora al ingresar en la seccion de Cliente > Cuentas por Cobrar me sale un error el cual no comprendo y menos como solucionarlo, agradezco cualquier tipo de ayuda al respecto. [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 2411 - classes/controller/AdminController.php] - [2 Arguments] AdminControllerCore->renderList - [line 2065 - 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...
mAchAcA Posted April 21, 2017 Share Posted April 21, 2017 Haber si esto te ayuda: https://www.prestashop.com/forums/topic/204261-outstanding-orders-error-in-back-office/ ¿Qué versión estás utilizando? Link to comment Share on other sites More sharing options...
SJBgesell Posted April 21, 2017 Author Share Posted April 21, 2017 Hola mAchAcA gracias por la pronta respuesta, ahi me fijo, no soy muy ducho en esto... La Version es la 1.6 Link to comment Share on other sites More sharing options...
SJBgesell Posted April 21, 2017 Author Share Posted April 21, 2017 Perfecto, esto Soluciono el inconveniente.... Muchas Gracias. Este error occours si elimina una orden .. pero no la factura ... Hay varios módulos libres que elimina las órdenes de la lista .. pero la factura todavía existe en la base de datos. (Ps_invoice) Y si la función de "órdenes pendientes" no puede encontrar un orden que macthes la factura .. los occours los errores, Así que ... no elimine órdenes .. o eliminar la factura también. 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