spc Posted December 14, 2012 Share Posted December 14, 2012 (edited) hello, I hope that som one can help me with my problem... I get this error on my page.. Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/home/u/u3126048/www/store/themes/Egen/product.tpl" on line 86 "{include file=$tpl_dir./breadcrumb.tpl}" - Unexpected "/", expected one of: "{" , "$" , "identifier" , INTEGER' in /home/u/u3126048/www/store/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:431 Stack trace: #0 /home/u/u3126048/www/store/tools/smarty/sysplugins/smarty_internal_templateparser.php(2855): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 /home/u/u3126048/www/store/tools/smarty/sysplugins/smarty_internal_templateparser.php(2920): Smarty_Internal_Templateparser->yy_syntax_error(37, '/') #2 /home/u/u3126048/www/store/tools/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php(51): Smarty_Internal_Templateparser->doParse(37, '/') #3 /home/u/u3126048/www/store/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(82): Smarty_Internal_SmartyTemplateCompiler->doCompile('{include file="...') #4 /home/u/u31 in /home/u/u3126048/www/store/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 431 Edited December 14, 2012 by spc (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted December 14, 2012 Share Posted December 14, 2012 (edited) Hi, Are you using a custom template? That include must have quotes, like this: {include file="$tpl_dir./breadcrumb.tpl"} Just to be clearer, you have to edit it in the theme's product.tpl file, as the error suggests Edited December 14, 2012 by Nemo1 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now