Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last Version Error. Prestashop 1.6.1.15 #67

Closed
kongkiat opened this issue Aug 12, 2018 · 2 comments
Closed

Last Version Error. Prestashop 1.6.1.15 #67

kongkiat opened this issue Aug 12, 2018 · 2 comments

Comments

@kongkiat
Copy link

Template 'module:omise/views/templates/front/webhooks.tpl' not found
at line 66 in file classes/controller/ModuleFrontController.php

  1.  * @throws PrestaShopException
    
  2.  */
    
  3. public function setTemplate($template)
    
  4. {
    
  5.     if (!$path = $this->getTemplatePath($template)) {
    
  6.         throw new PrestaShopException("Template '$template' not found");
    
  7.     }
    
  8.     $this->template = $path;
    
  9. }
    

ModuleFrontControllerCore->setTemplate - [line 55 - modules/omise/controllers/front/webhooks.php] - [1 Arguments]
OmiseWebhooksModuleFrontController->postProcess - [line 178 - classes/controller/Controller.php]
ControllerCore->run - [line 367 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 28 - index.php]

@jonrandy
Copy link
Contributor

This is now fixed. New bugfix release for this and a few other bugs coming very soon

@guzzilar guzzilar mentioned this issue Aug 16, 2018
@jonrandy
Copy link
Contributor

Bugfix release released! https://github.com/omise/omise-prestashop/releases/tag/v1.7.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants