SmartyException

Unable to load template file '../../../../emmf2/views/article/default/_deep_dive.tpl' in '/home/httpd/vhosts/marketing-boerse.de/20240318-153510/protected/modules/advertisement/views/webinar/details.tpl'

/home/httpd/vhosts/marketing-boerse.de/20240318-153510/protected/vendors/Smarty/sysplugins/smarty_internal_templatebase.php(127)

115         // get rendered template
116         // disable caching for evaluated code
117         if ($_template->source->recompiled) {
118             $_template->caching = false;
119         }
120         // checks if template exists
121         if (!$_template->source->exists) {
122             if ($_template->parent instanceof Smarty_Internal_Template) {
123                 $parent_resource = " in '{$_template->parent->template_resource}'";
124             } else {
125                 $parent_resource = '';
126             }
127             throw new SmartyException("Unable to load template {$_template->source->type} '{$_template->source->name}'{$parent_resource}");
128         }
129         // read from cache or render
130         if (!($_template->caching == Smarty::CACHING_LIFETIME_CURRENT || $_template->caching == Smarty::CACHING_LIFETIME_SAVED) || !$_template->cached->valid) {
131             // render template (not loaded and not in cache)
132             if (!$_template->source->uncompiled) {
133                 $_smarty_tpl = $_template;
134                 if ($_template->source->recompiled) {
135                     if ($this->smarty->debugging) {
136                         Smarty_Internal_Debug::start_compile($_template);
137                     }
138                     $code = $_template->compiler->compileTemplate($_template);
139                     if ($this->smarty->debugging) {

Stack Trace

#0
+
 /home/httpd/vhosts/marketing-boerse.de/20240318-153510/protected/vendors/Smarty/sysplugins/smarty_internal_template.php(286): Smarty_Internal_TemplateBase->fetch()
281             // set up variable values
282             foreach ($data as $_key => $_val) {
283                 $tpl->tpl_vars[$_key] = new Smarty_variable($_val);
284             }
285         }
286         return $tpl->fetch(null, null, null, null, false, false, true);
287     }
288 
289     /**
290      * Template code runtime function to set up an inline subtemplate
291      *
#1
+
 /home/httpd/vhosts/marketing-boerse.de/20240318-153510/protected/runtime/smarty/compiled/543b90dd19bc64cc60437403a253f0e5a185ebe5.file.details.tpl.php(255): Smarty_Internal_Template->getSubTemplate()
250     </div>
251     <?php }?>
252 
253     <!-- deep dive -->
254     <?php if (!empty($_smarty_tpl->tpl_vars['content']->value["deepdive"])){?>
255         <?php echo $_smarty_tpl->getSubTemplate ("../../../../".((string)$_smarty_tpl->tpl_vars['YiiTheme']->value->name)."/views/article/default/_deep_dive.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
256 
257     <?php }?>
258 
259 
260 </article>
#2
+
 /home/httpd/vhosts/marketing-boerse.de/20240318-153510/protected/vendors/Smarty/sysplugins/smarty_internal_templatebase.php(180): content_65f85db82548b9_86549198()
175                         }
176                         array_unshift($_template->_capture_stack,array());
177                         //
178                         // render compiled template
179                         //
180                         $_template->properties['unifunc']($_template);
181                         // any unclosed {capture} tags ?
182                         if (isset($_template->_capture_stack[0][0])) {
183                             $_template->capture_error();
184                         }
185                         array_shift($_template->_capture_stack);
2024-03-19 05:11:21 nginx/1.18.0 Yii Framework/1.1.29