posiadam sklep na prestashop 1.6.x i pojawił się pewien problem. Otóż przy realizacji zamówienia, wyskakuję błąd 500 (już po kliknięciu "potwierdzam").
czytałem iż, może to być związane z id w bazie danych, natomiast tutaj nie było nic zmieniane. Jeszcze do wczoraj wszystko działało normalnie.
W czym może być problem?
W logach mam taki zapis: PaymentModule::validateOrder - Order cannot be created
W debugerze mam taką informację:
[PrestaShopException]
Can't save Order
at line 335 in file classes/PaymentModule.php
330. $result = $order->add();
331.
332. if (!$result)
333. {
334. PrestaShopLogger::addLog('PaymentModule::validateOrder - Order cannot be created', 3, null, 'Cart', (int)$id_cart, true);
335. throw new PrestaShopException('Can\'t save Order');
336. }
337.
338. // Amount paid by customer is not the right one -> Status = payment error
339. // We don't use the following condition to avoid the float precision issues : http://www.php.net/manual/en/language.types.float.php
340. // if ($order->total_paid != $order->total_paid_real)
PaymentModuleCore->validateOrder - [line 64 - modules/bankwire/controllers/front/validation.php] - [9 Arguments]
BankwireValidationModuleFrontController->postProcess - [line 171 - classes/controller/Controller.php]
ControllerCore->run - [line 374 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 28 - index.php]
Question
Gabro
Witam serdecznie,
posiadam sklep na prestashop 1.6.x i pojawił się pewien problem. Otóż przy realizacji zamówienia, wyskakuję błąd 500 (już po kliknięciu "potwierdzam").
czytałem iż, może to być związane z id w bazie danych, natomiast tutaj nie było nic zmieniane. Jeszcze do wczoraj wszystko działało normalnie.
W czym może być problem?
W logach mam taki zapis: PaymentModule::validateOrder - Order cannot be created
W debugerze mam taką informację:
Edited by Gabro (see edit history)Link to comment
Share on other sites
7 answers 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