当前位置: 代码迷 >> PHP >> PHP Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syn,该怎么处理
  详细解决方案

PHP Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syn,该怎么处理

热度:70   发布时间:2016-04-28 17:35:36.0
PHP Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syn
PHP Fatal error:  Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "view/template\header.tpl"  on line 54 "{/foreach}" unexpected closing tag' in D:\WWW_root\quba133\web\core\Smarty-3.0.9\libs\sysplugins\smarty_internal_templatecompilerbase.php:439
Stack trace:
#0 D:\WWW_root\quba133\web\core\Smarty-3.0.9\libs\sysplugins\smarty_internal_compilebase.php(145): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unexpected clos...', 54)
#1 D:\WWW_root\quba133\web\core\Smarty-3.0.9\libs\sysplugins\smarty_internal_compile_foreach.php(206): Smarty_Internal_CompileBase->_close_tag(Array)
#2 D:\WWW_root\quba133\web\core\Smarty-3.0.9\libs\sysplugins\smarty_internal_templatecompilerbase.php(284): Smarty_Internal_Compile_Foreachclose->compile(Array, Object(Smarty_Internal_SmartyTemplateCompiler), Array, NULL, NULL)
#3 D:\WWW_root\quba133\web\core\Smarty-3.0.9\libs\sysplugins\smarty_internal_templatecompilerbase.php(123): Smarty_Internal_TemplateCompilerBase->callTagCompiler('foreachclose', Arr in D:\WWW_root\quba133\web\core\Smarty-3.0.9\libs\sysplugins\smarty_internal_templatecompilerbase.php on line 439
------解决思路----------------------
在模板 view/template\header.tpl 的第 54 行处,意外的遇到了循环结束标记 {/foreach}
即你只有 {/foreach} 而没有 {foreach ....}
  相关解决方案