TheMac Posted October 21, 2013 Share Posted October 21, 2013 (edited) Me sale este error al apretar al ver un pedido [PrestaShopException] Cannot load Order objectat line 141 in file controllers/admin/AdminOrdersController.php 135. if (Tools::isSubmit('id_order'))136. {137. // Save context (in order to apply cart rule)138. $order = new Order((int)Tools::getValue('id_order'));139. if (!Validate::isLoadedObject($order))140. throw new PrestaShopException('Cannot load Order object');141. $this->context->cart = new Cart($order->id_cart);142. $this->context->customer = new Customer($order->id_customer);143. }144. 145. parent::__construct(); AdminOrdersControllerCore->__construct - [line 128 - classes/controller/Controller.php] - [2 Arguments] ControllerCore::getController - [line 341 - classes/Dispatcher.php] - [1 Arguments] DispatcherCore->dispatch - [line 53 - admin/index.php] - [0 Argument] Edited October 21, 2013 by TheMac (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted October 21, 2013 Share Posted October 21, 2013 Buscando en google esta linea del error: Cannot load Order object at line 140 in file controllers/admin/AdminOrdersController.php Sale este enlace: http://forge.prestashop.com/browse/PSCFV-9319 (Desconozco si tendran relacción) ¿Que versión de prestashop usas? Link to comment Share on other sites More sharing options...
TheMac Posted October 21, 2013 Author Share Posted October 21, 2013 Buscando en google esta linea del error: Cannot load Order object at line 140 in file controllers/admin/AdminOrdersController.php Sale este enlace: http://forge.prestashop.com/browse/PSCFV-9319 (Desconozco si tendran relacción) ¿Que versión de prestashop usas? Es la ultima 1.5.6... ese modulo del que hablan yo no lo tengo, que yo sepa (he buscado) Link to comment Share on other sites More sharing options...
Recommended Posts