We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Template 'module:omise/views/templates/front/webhooks.tpl' not found at line 66 in file classes/controller/ModuleFrontController.php
* @throws PrestaShopException
*/
public function setTemplate($template)
{
if (!$path = $this->getTemplatePath($template)) {
throw new PrestaShopException("Template '$template' not found");
}
$this->template = $path;
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]
The text was updated successfully, but these errors were encountered:
This is now fixed. New bugfix release for this and a few other bugs coming very soon
Sorry, something went wrong.
Bugfix release released! https://github.com/omise/omise-prestashop/releases/tag/v1.7.2
No branches or pull requests
Template 'module:omise/views/templates/front/webhooks.tpl' not found
at line 66 in file classes/controller/ModuleFrontController.php
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]
The text was updated successfully, but these errors were encountered: