mareblu Posted October 26, 2013 Share Posted October 26, 2013 (edited) hello, in the German forum I don't get an answer to this so I try here: if a customer choses bankwire he always get's the message "Ooops, something went wrong here...!" How can I fix this, please? Thank you, mare Edited November 9, 2013 by mareblu (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted October 26, 2013 Share Posted October 26, 2013 Hi, can you try enabling errors (as described in my signature) and visiting the page again? DO you have friendly urls enabled? Link to comment Share on other sites More sharing options...
mareblu Posted November 8, 2013 Author Share Posted November 8, 2013 Hello, I've enabled errors and got this message when trying to chose bankwire as payment: [PrestaShopException]Template 'payment_execution.tpl'' not foundat line 61 in file classes/controller/ModuleFrontController.php 55. if (Tools::file_exists_cache(_PS_THEME_DIR_.'modules/'.$this->module->name.'/'.$template))56. $this->template = _PS_THEME_DIR_.'modules/'.$this->module->name.'/'.$template;57. elseif (Tools::file_exists_cache($this->getTemplatePath().$template))58. $this->template = $this->getTemplatePath().$template;59. else60. throw new PrestaShopException("Template '$template'' not found");61. }62. 63. /**64. * Get path to front office templates for the module65. * ModuleFrontControllerCore->setTemplate - [line 55 - modules/bankwire/controllers/front/payment.php] - [1 Arguments] BankwirePaymentModuleFrontController->initContent - [line 167 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 349 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 28 - index.php] - [0 Argument] Help, please!! Link to comment Share on other sites More sharing options...
NemoPS Posted November 8, 2013 Share Posted November 8, 2013 Get a new prestashop zip file from the site, open it and extract the 'bankwire' folder from /modules/. Then, reupload it to your website via ftp in the same position (inside /modules/). It should fix it! Link to comment Share on other sites More sharing options...
mareblu Posted November 9, 2013 Author Share Posted November 9, 2013 (edited) Thanks - I'll try this! edit: Worked!! Thanks! Edited November 9, 2013 by mareblu (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts