Error!

SmartyException [ Error ]:
Unable to load template 'file:/home/cpos.u-s-d.co.jp/fuel/app/views/front/pc/module/common/breadcrumb.tpl' in '/home/cpos.u-s-d.co.jp/fuel/app/views/front/pc/content/color/index.tpl'

APPPATH/vendor/Smarty/libs/sysplugins/smarty_internal_template.php @ line 195

190            }
191            $this->smarty->_debug->start_template($this$display);
192        }
193        // checks if template exists
194        if (!$this->source->exists) {
195            throw new SmartyException(
196                "Unable to load template '{$this->source->type}:{$this->source->name}'" .
197                ($this->_isSubTpl() ? " in '{$this->parent->template_resource}'" '')
198            );
199        }
200        // disable caching for evaluated code

Backtrace

  1. APPPATH/vendor/Smarty/libs/sysplugins/smarty_internal_template.php @ line 385
    380            }
    381        } else {
    382            if (isset($tpl->compiled)) {
    383                $tpl->compiled->render($tpl);
    384            } else {
    385                $tpl->render();
    386            }
    387        }
    388    }
    389
    390    /**
    
  2. APPPATH/tmp/Smarty/templates_c/b140ab75aa938c6fc6e8c8ff5162997ceea3dfa3_0.file.index.tpl.php @ line 40
    35<article>
    36<div class="site_body">
    37    <div class="contents_width">
    38        <div class="col_main">
    39
    40            <?php $_smarty_tpl->_subTemplateRender("file:".((string)$_smarty_tpl->tpl_vars['tplDir']->value)."/module/common/breadcrumb.tpl"$_smarty_tpl->cache_id$_smarty_tpl->compile_id0$_smarty_tpl->cache_lifetime, array(), 0true);
    41?>
    42
    43            <?php $_smarty_tpl->_subTemplateRender("file:".((string)$_smarty_tpl->tpl_vars['tplDir']->value)."/module/common/h1.tpl"$_smarty_tpl->cache_id$_smarty_tpl->compile_id0$_smarty_tpl->cache_lifetime, array(), 0true);
    44?>
    45
    
  3. APPPATH/vendor/Smarty/libs/sysplugins/smarty_template_resource_base.php @ line 123
    118            if ($_template->startRenderCallbacks) {
    119                foreach ($_template->startRenderCallbacks as $callback) {
    120                    call_user_func($callback$_template);
    121                }
    122            }
    123            $unifunc($_template);
    124            foreach ($_template->endRenderCallbacks as $callback) {
    125                call_user_func($callback$_template);
    126            }
    127            $_template->isRenderingCache false;
    128        } catch (Exception $e) {
    
  4. APPPATH/vendor/Smarty/libs/sysplugins/smarty_template_compiled.php @ line 114
    109                array_merge($_template->cached->file_dependency$this->file_dependency);
    110        }
    111        if ($_template->source->handler->uncompiled) {
    112            $_template->source->handler->renderUncompiled($_template->source$_template);
    113        } else {
    114            $this->getRenderedTemplateCode($_template);
    115        }
    116        if ($_template->caching && $this->has_nocache_code) {
    117            $_template->cached->hashes$this->nocache_hash ] = true;
    118        }
    119        if ($_template->smarty->debugging) {
    
  5. APPPATH/vendor/Smarty/libs/sysplugins/smarty_internal_template.php @ line 216
    211            $this->cached->render($this$no_output_filter);
    212        } else {
    213            if (!isset($this->compiled) || $this->compiled->compile_id !== $this->compile_id) {
    214                $this->loadCompiled(true);
    215            }
    216            $this->compiled->render($this);
    217        }
    218        // display or fetch
    219        if ($display) {
    220            if ($this->caching && $this->smarty->cache_modified_check) {
    221                $this->smarty->ext->_cacheModify->cacheModifiedCheck(
    
  6. APPPATH/vendor/Smarty/libs/sysplugins/smarty_internal_templatebase.php @ line 232
    227                ob_start();
    228                $template->_mergeVars();
    229                if (!empty(Smarty::$global_tpl_vars)) {
    230                    $template->tpl_vars array_merge(Smarty::$global_tpl_vars$template->tpl_vars);
    231                }
    232                $result $template->render(false$function);
    233                $template->_cleanUp();
    234                if ($saveVars) {
    235                    $template->tpl_vars $savedTplVars;
    236                    $template->config_vars $savedConfigVars;
    237                } else {
    
  7. APPPATH/vendor/Smarty/libs/sysplugins/smarty_internal_templatebase.php @ line 116
    111     * @throws SmartyException
    112     * @return string rendered template output
    113     */
    114    public function fetch($template null$cache_id null$compile_id null$parent null)
    115    {
    116        $result $this->_execute($template$cache_id$compile_id$parent0);
    117        return $result === null ob_get_clean() : $result;
    118    }
    119
    120    /**
    121     displays a Smarty template
    
  8. PKGPATH/parser/classes/view/smarty.php @ line 30
    25        try
    26        {
    27            // Smarty doesn't support method chaining
    28            $parser = static::parser();
    29            $parser->assign($data $this->get_data());
    30            $result $parser->fetch($file);
    31        }
    32        catch (\Exception $e)
    33        {
    34            // Delete the output buffer & re-throw the exception
    35            ob_end_clean();
    
  9. COREPATH/classes/view.php @ line 680
    675        {
    676            throw new \FuelException('You must set the file to use within your view before rendering');
    677        }
    678
    679        // combine local and global data and capture the output
    680        $return $this->process_file();
    681
    682        // restore the current language setting
    683        $this->active_language and \Config::set('language'$current_language);
    684
    685        // and the active request class
    
  10. COREPATH/classes/view.php @ line 227
    222     */
    223    public function __toString()
    224    {
    225        try
    226        {
    227            return $this->render();
    228        }
    229        catch (\Exception $e)
    230        {
    231            \Errorhandler::exception_handler($e);
    232
    
  11. DOCROOT/index.php @ line 63
    58$bm Profiler::app_total();
    59$response->body(
    60    str_replace(
    61        array('{exec_time}''{mem_usage}'),
    62        array(round($bm[0], 4), round($bm[1] / pow(10242), 3)),
    63        $response->body()
    64    )
    65);
    66
    67$response->send(true);