Studio1one Posted September 5, 2014 Share Posted September 5, 2014 When I upgraded one of our store to 1.6.0.9 , everything went smooth but now when I walk into BO and click on an exsiting order I get this error message. Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/qpadhems/public_html/shop/override/controllers/admin/templates/orders/helpers/view/view.tpl" on line 625 "{include file="{$link->getPathModule()}custom_element/tpl/_customized_data.tpl"}" variable template file names not allow within {block} tags <-- thrown in /home/qpadhems/public_html/shop/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 597 Anyone who knows why? Link to comment Share on other sites More sharing options...
Camille Frisch Posted September 9, 2014 Share Posted September 9, 2014 Hi It appears to be a smarty change introduced in last year versions. See thread here : http://www.smarty.net/forums/viewtopic.php?p=87138#87138 Having the error, I fixed it by adding : $smarty->inheritance_merge_compiled_includes = false; in /config/smartyadmin.config.inc.php Link to comment Share on other sites More sharing options...
Recommended Posts