saeedssn Posted April 4, 2015 Share Posted April 4, 2015 (edited) Hi when Load admin Url in Prestashop 1.6 , The following error message: Fatal error: Uncaught exception 'SmartyException' with message 'Unable to load template file 'footer.tpl'' in /public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php:127 Stack trace: #0 /public_html/classes/controller/AdminController.php(1532): Smarty_Internal_TemplateBase->fetch('footer.tpl') #1 /public_html/classes/controller/Controller.php(198): AdminControllerCore->display() #2 /public_html/classes/Dispatcher.php(373): ControllerCore->run() #3 /public_html/admin2625/index.php(54): DispatcherCore->dispatch() #4 {main} thrown in /public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 127 Edited April 4, 2015 by saeedssn (see edit history) Link to comment Share on other sites More sharing options...
Bill Dalton Posted April 4, 2015 Share Posted April 4, 2015 You can try deleting your cache files, but it looks like you may have an error in footer.tpl or a module that you installed relating to your web site footer. You'll need to remove the module from your module directory and/or upload a clean copy of footer.tpl to your active web site theme. Link to comment Share on other sites More sharing options...
JoelWebsites Posted April 5, 2015 Share Posted April 5, 2015 It seems that your footer.tpl may have got corrupted or there are some changes that are not allowing it to load.So I would recommend you to replace it by copying it from a fresh copy of the footer.tpl from a new prestashop install. 1 Link to comment Share on other sites More sharing options...
Recommended Posts