miiidooo-19 Posted February 26, 2013 Share Posted February 26, 2013 Hallo everybody since yesterday i have a problem to show my shop and i don't understand why :s i have a Error HTTP 500 message but i don't know what this error mean i changed the configuration in my config file for show the php errors and than i have an fatal error :s this is my error : Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/homepages/9/d455251785/htdocs/shop/themes/clothetheme/modules/blockviewed/blockviewed.tpl" on line 36 "<p>{m s=$viewedProduct->description_short|strip_tags:'UTF-8'|truncate:44 n=12}<a href="{$link->getProductLink($viewedProduct->id, $viewedProduct->link_rewrite, $viewedProduct->category_rewrite)}" title="{l s='More about' mod='blockviewed'} {$viewedProduct->name|escape:html:'UTF-8'}"><img src="{$img_dir}bullet.gif" alt=">>" width="10" height="7" /></a></p>" unknown tag "m"' in /homepages/9/d455251785/htdocs/shop/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:656 Stack trace: #0 /homepages/9/d455251785/htdocs/shop/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(441): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unknown tag "m"', 36) #1 in/homepages/9/d455251785/htdocs/shop/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 656 Someone can help me plz thank you Link to comment Share on other sites More sharing options...
vekia Posted February 26, 2013 Share Posted February 26, 2013 ...epages/9/d455251785/htdocs/shop/themes/clothetheme/modules/blockviewed/blockviewed.tpl" on line 36... its probably theme module override issue, what exactly you've got on line 36 ? can you paste it herE? Link to comment Share on other sites More sharing options...
miiidooo-19 Posted February 26, 2013 Author Share Posted February 26, 2013 thank u for your answer Vekia of course i can poste it : this is the 36 line of the file blockviewed.tpl <p>{m s=$viewedProduct->description_short|strip_tags:'UTF-8'|truncate:44 n=12}<a href="{$link->getProductLink($viewedProduct->id, $viewedProduct->link_rewrite, $viewedProduct->category_rewrite)}" title="{l s='More about' mod='blockviewed'} {$viewedProduct->name|escape:html:'UTF-8'}"><img src="{$img_dir}bullet.gif" alt=">>" width="10" height="7" /></a></p> thank you again and i'm sorry for my english is not better :s ^^ Link to comment Share on other sites More sharing options...
miiidooo-19 Posted February 26, 2013 Author Share Posted February 26, 2013 i desactivate the module and it's ok, but i don't understand why when i activate it my shop don't work :s Link to comment Share on other sites More sharing options...
NemoPS Posted February 27, 2013 Share Posted February 27, 2013 That "m" tag is unknown by the system, you're probably using an incompatible version Link to comment Share on other sites More sharing options...
Recommended Posts