MarioCCH Posted May 29, 2018 Share Posted May 29, 2018 Presta 1.7.3.3 Po wciśnięciu przycisku "zamówienie z obowiązkiem zapłaty" na końcu koszyka - występuje problem w postaci "Błąd krytyczny". Dev_Mode pokazuje poniższe dane. Czy byłby ktokolwiek w stanie pomóc z tym problemem ?? Z góry dziękuję. [PrestaShopException] Fatal errorat line 985 in file classes/Tools.php 980. * @param bool $htmlentities By default at true for parsing error message with htmlentities 981. */ 982. public static function displayError($string = 'Fatal error', $htmlentities = true, Context $context = null) 983. { 984. if (defined('_PS_MODE_DEV_') && _PS_MODE_DEV_) { 985. throw new PrestaShopException($string); 986. } else if ('Fatal error' !== $string) { 987. return $string; 988. } 989. 990. return Context::getContext()->getTranslator()->trans('Fatal error', array(), 'Admin.Notifications.Error'); ToolsCore::displayError - [line 244 - classes/PaymentModule.php] PaymentModuleCore->validateOrder - [line 57 - modules/ps_cashondelivery/controllers/front/validation.php] - [9 Arguments] Ps_CashondeliveryValidationModuleFrontController->postProcess - [line 242 - classes/controller/Controller.php] ControllerCore->run - [line 428 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Link to comment Share on other sites More sharing options...
Question
MarioCCH
Presta 1.7.3.3
Po wciśnięciu przycisku "zamówienie z obowiązkiem zapłaty" na końcu koszyka - występuje problem w postaci "Błąd krytyczny".
Dev_Mode pokazuje poniższe dane.
Czy byłby ktokolwiek w stanie pomóc z tym problemem ??
Z góry dziękuję.
[PrestaShopException]
Fatal error
at line 985 in file classes/Tools.php
980. * @param bool $htmlentities By default at true for parsing error message with htmlentities 981. */ 982. public static function displayError($string = 'Fatal error', $htmlentities = true, Context $context = null) 983. { 984. if (defined('_PS_MODE_DEV_') && _PS_MODE_DEV_) { 985. throw new PrestaShopException($string); 986. } else if ('Fatal error' !== $string) { 987. return $string; 988. } 989. 990. return Context::getContext()->getTranslator()->trans('Fatal error', array(), 'Admin.Notifications.Error');
Link to comment
Share on other sites
0 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