Jump to content

Fatal error during finalization placing an order PS 1.7.6


PanzerkampfPL

Recommended Posts

Hi,

I have a problem that some customers who have an account in the shop set up some time ago, when they log in and select the payment and delivery method, they get "Fatal error" when click on the order button.

The problem is independent of the payment method selected and the url to which the customer is redirected is: 
MyShop.com/module/ModuleOfPaymentMethod/validation   for example   MyShop.com/module/ps_cashondelivery/validation

This is what it looks like in debug mode. Only the name of the module responsible for the payment changes, depending on how the payment method is selected. 

 

Zrzutekranu2023-09-01003254.jpg.cd6fbcd70b63744fd9b9ae87faf99e99.jpg

[PrestaShopException]
Błąd krytyczny
at line 1174 in file classes/Tools.php

1169.                 ->getTranslator()
1170.                 ->trans('Fatal error', [], 'Admin.Notifications.Error');
1171.         }
1172. 
1173.         if (_PS_MODE_DEV_) {
1174.             throw new PrestaShopException($errorMessage);
1175.         }
1176. 
1177.         return $errorMessage;
1178.     }
1179. 
ToolsCore::displayError - [line 255 - classes/PaymentModule.php]
PaymentModuleCore->validateOrder - [line 74 - modules/ps_cashondelivery/controllers/front/validation.php] - [9 Arguments]
Ps_CashondeliveryValidationModuleFrontController->postProcess - [line 280 - classes/controller/Controller.php]
ControllerCore->run - [line 515 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 28 - index.php]

 

I would be grateful for hints :-)

 

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