webbay.pl Posted May 21, 2019 Share Posted May 21, 2019 (edited) Witam, Mam problem ze złożeniem zamówienia bez względu na wybór metody płatności powstaje ten sam problem. W trybie "Mode Debug" otrzymują błąd krytyczny. Sprawdzałem w necie i nie znalazłem rozwiązania, być może ktoś będzie w stanie pomóc. Kod błędu: [PrestaShopException] Błąd krytycznyat line 1109 in file classes/Tools.php 1104. ->getTranslator() 1105. ->trans('Fatal error', [], 'Admin.Notifications.Error'); 1106. } 1107. 1108. if (_PS_MODE_DEV_) { 1109. throw new PrestaShopException($errorMessage); 1110. } 1111. 1112. return $errorMessage; 1113. } 1114. ToolsCore::displayError - [line 254 - classes/PaymentModule.php] PaymentModuleCore->validateOrder - [line 57 - modules/ps_cashondelivery/controllers/front/validation.php] - [9 Arguments] Ps_CashondeliveryValidationModuleFrontController->postProcess - [line 270 - classes/controller/Controller.php] ControllerCore->run - [line 511 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Edited May 21, 2019 by webbay.pl (see edit history) Link to comment Share on other sites More sharing options...
design4VIP Posted May 21, 2019 Share Posted May 21, 2019 Bald w module cash on delivery. Sprawdz konfiguracje modulu czy wszystkie pola sa poprawnie ustawione, jak tak to upgrade modulu albo sciagnij z gitb nowy i podmien Link to comment Share on other sites More sharing options...
webbay.pl Posted May 22, 2019 Author Share Posted May 22, 2019 Dziękuje za próbę pomocy, jednakże problem ten dotyczy wszystkich płatności i przeinstalowanie modułu COD nic nie daje. Dodam że problem dotyczy wyłącznie klientów ze wcześniejszej wersji Prestashop przed migracją. Nowi klienci mogą złożyć prawidłowo zamówienie. Link to comment Share on other sites More sharing options...
design4VIP Posted May 22, 2019 Share Posted May 22, 2019 A sprawdz czy masz wszystkie wymagane maile, chociaz to powinno wyrzucic kintroler Mail, ale kiedys juzbtak mialem, ze wieszal sie na PaymentModule Link to comment Share on other sites More sharing options...
webbay.pl Posted May 22, 2019 Author Share Posted May 22, 2019 Zrobiłem upgrade z wersji 1.7.5.1 do 1.7.5.2 i to pomogło :). Dzięki za wszelką pomoc. 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