Flobert Posted October 8, 2014 Share Posted October 8, 2014 Hi, I installed the module Cash on delivery with fee payment without any problems, made the test worked. Then I tried to change in the BO translations from English into Italian and has stopped working error by returning to 500, of which I am attaching the message in full. I forgot to say that deleting the module and reinstalling it again, even from FTP and without translations, (thus leaving it as it is), the error is 500 and there is no way to make the purchase with cash on delivery .Presta 1.6.0.9How can I fix?thanks Strict Standards: Declaration of Hook::exec() should be compatible with HookCore::exec($hook_name, $hook_args = Array, $id_module = NULL, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = NULL) in /home2/rhsampey/public_html/override/classes/Hook.php on line 115Warning: Cannot modify header information - headers already sent by (output started at /home2/rhsampey/public_html/override/classes/Hook.php:115) in/home2/rhsampey/public_html/classes/controller/FrontController.php on line 793Warning: Missing argument 1 for ModuleFrontControllerCore::getTemplatePath(), called in /home2/rhsampey/public_html/override/classes/controller/ModuleFrontController.php on line 24 and defined in/home2/rhsampey/public_html/classes/controller/ModuleFrontController.php on line 70Notice: Undefined variable: template in /home2/rhsampey/public_html/classes/controller/ModuleFrontController.php on line 72Notice: Undefined variable: template in /home2/rhsampey/public_html/classes/controller/ModuleFrontController.php on line 73Warning: Cannot modify header information - headers already sent by (output started at /home2/rhsampey/public_html/override/classes/Hook.php:115) in/home2/rhsampey/public_html/classes/exception/PrestaShopException.php on line 37 [PrestaShopException]Template 'codfee_val.tpl' not foundat line 27 in file override/classes/controller/ModuleFrontController.php 21. elseif (Tools::file_exists_cache(_PS_THEME_DIR_.'modules/'.$this->module->name.'/views/templates/front/'.$template))22. $this->template = _PS_THEME_DIR_.'modules/'.$this->module->name.'/views/templates/front/'.$template;23. elseif (Tools::file_exists_cache($this->getTemplatePath().$template))24. $this->template = $this->getTemplatePath().$template;25. else26. throw new PrestaShopException("Template '$template' not found");27. }28. }29. } ModuleFrontController->setTemplate - [line 76 - modules/codfee/controllers/front/payment.php] - [1 Arguments] CodFeePaymentModuleFrontController->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Link to comment Share on other sites More sharing options...
Flobert Posted October 9, 2014 Author Share Posted October 9, 2014 Please, I need help Error 500 Cash on delivery with fee payment Link to comment Share on other sites More sharing options...
Jamshaid Hashmi Posted December 26, 2014 Share Posted December 26, 2014 I am facing same 500 error on COD ism using ps 1.6.0.9 Link to comment Share on other sites More sharing options...
Recommended Posts