brisa Posted January 8, 2010 Share Posted January 8, 2010 HiI 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 More sharing options...
KIH999 Posted January 8, 2010 Share Posted January 8, 2010 If you are sure you have an fresh an error-free tplYou 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 More sharing options...
Bruno Leveque Posted January 8, 2010 Share Posted January 8, 2010 Hi Brisa,You could also try to empty this directory: /tools/smarty/compile/Warning: do not delete index.php in this directoryLastly, you could open config/smarty.config.inc.php and uncomment this line: //$smarty->debugging = true; Regards, Link to comment Share on other sites More sharing options...
Recommended Posts