Jump to content

server error : HTTP Error 500 Can't load Order status at line 156 in file classesPaymentModule.php


Recommended Posts

Hello, I have this error, does not finish the paymentsomebody help me?

Thank you
 
Undefined variable mailVars in homemissagiopublic_htmlmodulesmultibancocontrollersfrontvalidation.php on line 59
 
 
[PrestaShopException]
 
Can't load Order status
at line 156 in file classesPaymentModule.php
 
150. if (Configurationget('PS_TAX_ADDRESS_TYPE') == 'id_address_delivery')
151. $context_country = $this-context-country;
152. 
153. $order_status = new OrderState((int)$id_order_state, (int)$this-context-language-id);
154. if (!ValidateisLoadedObject($order_status))
155. throw new PrestaShopException('Can't load Order status');
156. 
157. if (!$this-active)
158. die(ToolsdisplayError());
159. Does order already exists 
160. if (ValidateisLoadedObject($this-context-cart) && $this-context-cart-OrderExists() == false)
 
•PaymentModuleCore-validateOrder - [line 59 - modulesmultibancocontrollersfrontvalidation.php] - [9 Arguments]
 
 
 
 
•MultibancoValidationModuleFrontController-postProcess - [line 171 - classescontrollerController.php]
 
 
•ControllerCore-run - [line 373 - classesDispatcher.php]
 
 
•DispatcherCore-dispatch - [line 28 - index.php]
Edited by Filipe_H (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...