PanzerkampfPL Posted August 31, 2023 Share Posted August 31, 2023 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. [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 More sharing options...
enlightenedit Posted September 1, 2023 Share Posted September 1, 2023 1. Please flush any cache that has been built up by the website on the server 2. You should ask them the browser type they are using, and check if the error is happening in only one browser type or all. 3. When was the site last updated? 1 Link to comment Share on other sites More sharing options...
PanzerkampfPL Posted September 2, 2023 Author Share Posted September 2, 2023 Thank you, in total it was very simple. I deleted the browser cache (Chrome) and everything started working properly Thank you! Link to comment Share on other sites More sharing options...
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