Search code examples
smartyprestashopfatal-errorprestashop-1.6

How to fix Prestashop Fatal error: Uncaught --> Smarty Compiler?


Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/sites/riversoft.com.mk/public_html/admin397ebpwvj/themes/default/template/header.tpl" on line 256 "headers: {"cache-control": "no-cache"}," - Unexpected ": ", expected one of: "}" <-- thrown in /home/sites/riversoft.com.mk/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 256


Solution

  • In the /home/sites/riversoft.com.mk/public_html/admin397ebpwvj/themes/default/template/header.tpl either remove headers: {"cache-control": "no-cache"} or enclose it in {literal} like this:

    {literal}headers: {"cache-control": "no-cache"}{/literal}