长话短说:Prestashop 1.6中的模块抛出编译错误。现在,问题是Smarty没有给我任何信息在哪里找到它。任何人都可以以某种方式向我发送正确的文件,或者至少对正确的事物进行正确的递归搜索,比如特定的字符串?我发现有与
有关的问题{*
* 2007-2014
但我基本上到处都有它们,因为tpl文件具有此版权...另外,我猜的是什么是xC3 ......
谢谢!
Code:
Fatal error: Uncaught exception 'SmartyCompilerException' in /home/compto5/public_html/e/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:667 Stack trace: #0
/home/compto5/public_html/e/tools/smarty/sysplugins/smarty_internal_templateparser.php(3144): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1
/home/compto5/public_html/e/tools/smarty/sysplugins/smarty_internal_templateparser.php(3209): Smarty_Internal_Templateparser->yy_syntax_error(10, '\xC3') #2
/home/compto5/public_html/e/tools/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php(105): Smarty_Internal_Templateparser->doParse(10, '\xC3') #3
/home/compto5/public_html/e/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(206): Smarty_Internal_SmartyTemplateCompiler->doCompile('{*\n* 2007-2014 ...') #4
/home/compto5/public_html/e/tools/smarty/sysplugins/smarty_internal_template.php(187): Smarty_Internal_TemplateCompilerBase->compileTemplate(Object(Smarty_Internal_Template)) #5
/home/compto5/public_html/e/tools/sma in /home/compto5/public_html/e/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 667
更新:我在Prestashop 1.6中恢复了智能控制台,这很好用,但是这个特定的页面无法打开控制台,因为它无法真正加载。我在第667行看到了这个函数,我真的不明白它为什么会截断模板文件给出问题。
答案 0 :(得分:0)
首先,您应该在此处填写完整的错误消息(问题中的问题尚未完整):/home/compto5/public_html/e/tools/sma in /home/
- 您删除了部分内容。
您还提到了:
{* * 2007-2014
如果有{*
Smarty对待作为评论,则需要使用*}
上述情况会导致Smarty错误,但以下内容:
{* * 2007-2014 *}
使一切都会好起来但不会在页面上显示(Smarty评论不会显示在页面中)