Jump to content

[Résolu] PrestaShopException


AGUAGREEN

Recommended Posts

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 loaded
at 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.         }

 

Link to comment
Share on other sites

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...