SmartyException {#299
#message: "Unable to load template 'file:viewed.tpl'"
#code: 0
#file: "/sites/fid.ua/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php"
#line: 196
trace: {
/sites/fid.ua/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:196 {
Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
› if (!$this->source->exists) {
› throw new SmartyException(
› "Unable to load template '{$this->source->type}:{$this->source->name}'" .
}
/sites/fid.ua/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
› }
› $result = $template->render(false, $function);
› $template->_cleanUp();
arguments: {
$no_output_filter: false
$display: 0
}
}
/sites/fid.ua/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
› {
› $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);
› return $result === null ? ob_get_clean() : $result;
arguments: {
$template: Smarty_Internal_Template {#264 …}
$cache_id: null
$compile_id: null
$parent: null
$function: 0
}
}
/sites/fid.ua/api/Design.php:87 {
FID\Design->fetch($template) …
› \t$this->assign('settings',\t$this->settings);\r
› \treturn $this->smarty->fetch($template);\r
› }\r
arguments: {
$template: "viewed.tpl"
}
}
/sites/fid.ua/view/ViewedView.php:57 {
FID\View\ViewedView->index() …
›
› return $this->design->fetch('viewed.tpl');
› }
arguments: {
$template: "viewed.tpl"
}
}
/sites/fid.ua/api/Router.php:142 {
FID\Router->dispatch(Request $request) …
› $pre_c = new $class($this);
› \t\tif (!$content = $pre_c->{$method}())
› \t\t{
}
/sites/fid.ua/index.php:379 {
› \r
› $response = $view->router->dispatch($request);\r
› \r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#167 …}
}
}
}
}