1/1 SmartyException

Unable to load template 'file:episode.tpl'

in /home/one/public_html/templates/smarty/libs/sysplugins/smarty_internal_template.php on line 187

  1.             }
  2.             $this->smarty->_debug->start_template($this$display);
  3.         }
  4.         // checks if template exists
  5.         if (!$this->source->exists) {
  6.             throw new SmartyException("Unable to load template '{$this->source->type}:{$this->source->name}'" .
  7.                                       ($this->_isSubTpl() ? " in '{$this->parent->template_resource}'" ''));
  8.         }
  9.         // disable caching for evaluated code
  10.         if ($this->source->handler->recompiled) {
  11.             $this->caching Smarty::CACHING_OFF;

Stack trace

  1.                 if (!empty(Smarty::$global_tpl_vars)) {
  2.                     $template->tpl_vars array_merge(Smarty::$global_tpl_vars$template->tpl_vars);
  3.                 }
  4.                 $result $template->render(false$function);
  5.                 $template->_cleanUp();
  6.                 if ($saveVars) {
  7.                     $template->tpl_vars $savedTplVars;

Arguments

0
false
1
1
  1.     public function display($template null$cache_id null$compile_id null$parent null)
  2.     {
  3.         // display template
  4.         $this->_execute($template$cache_id$compile_id$parent1);
  5.     }
  6.     /**

Arguments

0
object(Smarty_Internal_Template) {
    public [_objType] => 2
    public [smarty] => object(SmartyBC)
    public [source] => object(Smarty_Template_Source)
    public [inheritance] => NULL
    public [template_resource] => "episode.tpl"
    public [mustCompile] => NULL
    public [templateId] => "/home/one/public_html/templates/new123/#file:episode.tpl###0"
    public [scope] => 0
    public [isRenderingCache] => false
    public [startRenderCallbacks] => array[0]
    public [endRenderCallbacks] => array[0]
    public static [tplObjCache] => array[0]
    public static [isCacheTplObj] => array[0]
    public static [subTplInfo] => array[0]
    public [cache_id] => NULL
    public [compile_id] => NULL
    public [caching] => 0
    public [compile_check] => 1
    public [cache_lifetime] => 3600
    public [tplFunctions] => array[0]
    public [_cache] => array[0]
    public [template_class] => "Smarty_Internal_Template"
    public [tpl_vars] => array[25]
    public [parent] => object(SmartyBC)
    public [config_vars] => array[0]
    public [ext] => object(Smarty_Internal_Extension_Handler)
}
1
NULL
2
NULL
3
NULL
4
1
  1. $smarty->assign("seo",$seotags);
  2. $smarty->assign("absolute_url","https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
  3. $smarty->assign("domain",$_SERVER['HTTP_HOST']);
  4. $smarty->display($menu.".tpl");
  5. $pagecontent ob_get_contents();
  6. ob_end_clean();

Arguments

0
"episode.tpl"

Plaintext trace