Jump to content

Smarty errors!


Recommended Posts

Hi
I tried to add something to my product.tpl file within my theme folder and i got this error:

Fatal error: Smarty error: [in /usr/local/pem/vhosts/109861/webspace/httpdocs/boogtique/store/themes/ipnotik/product.tpl line 214]: syntax error: invalid attribute name: '*' (Smarty_Compiler.class.php, line 1550) in /usr/local/pem/vhosts/109861/webspace/httpdocs/boogtique/store/tools/smarty/Smarty.class.php on line 1095

So i deleted what i did then resaved and uploaded it and i still get that error!
How come?

Many thanks

Link to comment
Share on other sites

If you are sure you have an fresh an error-free tpl

You can try to change
$smarty->force_compile = false;
to:
$smarty->force_compile = true;

In file "smarty.config.inc.php" in config-folder..

Set it back to false when you are finish with modifying your templates..

Link to comment
Share on other sites

×
×
  • Create New...