PHP 致命的エラー: キャッチされない例外「SmartyCompilerException」とメッセージ「Syn
PHP 致命的エラー: キャッチされない例外「SmartyCompilerException」とメッセージ「テンプレート「view/templateheader.tpl」の構文エラー」54 行目「{/foreach}」の予期しない終了D:WWW_rootquba133webcoreSmarty-3.0.9libssyspluginssmarty_internal_templatecompilerbase.php:439
スタック トレース:
#0 D:WWW_rootquba133webcoreSmarty-3.0.9libssyspluginssmarty_internal_compilebase.php(145):Smarty_Internal のタグ」 _TemplateCompilerBase->trigger_template_error('予期しない終了... '、54)
#1 D:WWW_rootquba133webcoreSmarty-3.0.9libssyspluginssmarty_internal_compile_foreach.php(206): Smarty_Internal_CompileBase->_close_tag(Array)
#2 D:WWW_rootquba133webcoreSmarty-3.0.9libssyspluginss marty_internal_templatecompilerbase.php(284): Smarty_Internal_Compile_Foreachclose- >compile(Array, Object(Smarty_Internal_SmartyTemplateCompiler), Array, NULL, NULL)
#3 D:WWW_rootquba133webcoreSmarty-3.0.9libssyspluginssmarty_internal_templatecompilerbase.php(123): Smarty_Internal_TemplateCompilerBase->callTagComp iler('foreachclose', D に配置:WWW_rootquba133webcoreSmarty -3.0.9libssyspluginssmarty_internal_templatecompilerbase.php on line 439
-----解决思路----------------------
在模板 view/templateheader.tpl 的第54 行处,予期せぬ遇到了循環环结束标记 {/foreach}
即你只有 {/foreach} 而没有 {foreach ....}