palmtah Posted December 2, 2014 Share Posted December 2, 2014 Hi, may i know how to debug this error? kindly advised as i cannot install Beamstore theme. Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/angelati/public_html/themes/Beamstore/footer.tpl" on line 81 "{getImageByOption name='footer_payment_logo' alt='Payment' before='<p class="pull-right">' after='</p>'}" unknown tag "getImageByOption" <-- thrown in /home/angelati/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 81 Thanks. Link to comment Share on other sites More sharing options...
nsweb Posted December 3, 2014 Share Posted December 3, 2014 I guess theme is installed? Go to /themes/Beamstore/footer.tpl and remove this code {getImageByOption name='footer_payment_logo' alt='Payment' before='<p class="pull-right">' after='</p>'} Link to comment Share on other sites More sharing options...
tuk66 Posted December 3, 2014 Share Posted December 3, 2014 getImageByOption is a custom Smarty function and have to be registered by the theme or a module. Check if you have all required files on your server. Link to comment Share on other sites More sharing options...
Mr Rick Posted December 3, 2014 Share Posted December 3, 2014 Hi, You should ask for support from the store theme is purchased from Link to comment Share on other sites More sharing options...
palmtah Posted December 5, 2014 Author Share Posted December 5, 2014 I guess theme is installed? Go to /themes/Beamstore/footer.tpl and remove this code {getImageByOption name='footer_payment_logo' alt='Payment' before='<p class="pull-right">' after='</p>'} Hi, how can i edit the code? Kindly advise, Thanks. Link to comment Share on other sites More sharing options...
nsweb Posted December 6, 2014 Share Posted December 6, 2014 Make a copy of /home/angelati/public_html/themes/Beamstore/footer.tpl. Open original file with any text editor, like Notepad. Go to line 81 and remove this text "{getImageByOption name='footer_payment_logo' alt='Payment' before='<p class="pull-right">' after='</p>'}" Link to comment Share on other sites More sharing options...
Recommended Posts