Mam problem z prestą 1.6.0.14 Po złożeniu zamówienia i kliknięciu "Potwierdzam zamówienie" wyskakuje strona z błędem 500, a zamówienie nie zostaje złożone.
To samo dzieje się przy płatności przelewem i przy odbiorze.
Tryb debugowania pokazuje to:
[PrestaShopException]
Can't load Order status at line 178 in file classes/PaymentModule.php
173. 174. $order_status = new OrderState((int)$id_order_state, (int)$this->context->language->id);175. if (!Validate::isLoadedObject($order_status))176. {177. PrestaShopLogger::addLog('PaymentModule::validateOrder - Order Status cannot be loaded', 3, null, 'Cart', (int)$id_cart, true);178. throw new PrestaShopException('Can\'t load Order status');179. }180. 181. if (!$this->active)182. {183. PrestaShopLogger::addLog('PaymentModule::validateOrder - Module is not active', 3, null, 'Cart', (int)$id_cart, true);
Question
Robert93
Mam problem z prestą 1.6.0.14 Po złożeniu zamówienia i kliknięciu "Potwierdzam zamówienie" wyskakuje strona z błędem 500, a zamówienie nie zostaje złożone.
To samo dzieje się przy płatności przelewem i przy odbiorze.
Tryb debugowania pokazuje to:
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now