Jump to content

overschrijving vooraf geeft error 500


saferoken

Recommended Posts


150. if (Configuration::get('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 (!Validate::isLoadedObject($order_status))

155. throw new PrestaShopException('Can\'t load Order status');

156.

157. if (!$this->active)

158. die(Tools::displayError());

159. // Does order already exists ?

160. if (Validate::isLoadedObject($this->context->cart) && $this->context->cart->OrderExists() == false)

 

Link to comment
Share on other sites

hij geeft hier geen 500 error maar deze:

 

[PrestaShopException]

Can't load Order status
at line 156 in file classes/PaymentModule.php

150.         if (Configuration::get('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 (!Validate::isLoadedObject($order_status))
155.             throw new PrestaShopException('Can\'t load Order status');
156.
157.         if (!$this->active)
158.             die(Tools::displayError());
159.         // Does order already exists ?
160.         if (Validate::isLoadedObject($this->context->cart) && $this->context->cart->OrderExists() == false)

 

je kunt die betaal module misschien wissen en opnieuw installeren

ook de cache uitzetten en wissen wil nog wel eens helpen

Link to comment
Share on other sites

De orderstatus opgeslagen in de configuration waarde PS_OS_BANKWIRE bestaat schijnbaar niet.

Dat is op te lossen door enerzijds de orderstatussen te controleren op de aanwezigheid van een orderstatus die hoort bij Wachtend op overschrijving en anderzijds handmatig in de database in de tabel [prefix]configuration bij de rij met de naam PS_OS_BANKWIRE de id op te slaan die hoort bij de juiste orderstatus.

Link to comment
Share on other sites

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...