Filipe_H Posted September 25, 2014 Share Posted September 25, 2014 (edited) Hello, I have this error, does not finish the payment, somebody 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 September 25, 2014 by Filipe_H (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted September 25, 2014 Share Posted September 25, 2014 Hi, sorry you have this issue. I suggest posting in the module topic here: http://www.prestashop.com/forums/topic/28333-modulo-multibanco/?do=findComment&comment=27744 the problem appears to be that in bo-->orders-->statues that the order status for this module is either not defined or has ID different than what module expects. Link to comment Share on other sites More sharing options...
Recommended Posts