欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

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

程序员文章站 2022-06-06 11:34:13
...
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 ....}
PHP Fatal error:  Uncaught exception 'SmartyCompilerException' with message 'Syn,该怎么处理

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频