andresg747 Posted January 26, 2016 Share Posted January 26, 2016 Hi, I'm getting this error while trying to access to the admin panel of my shop: Fatal error: Uncaught --> Smarty: Unable to load template file 'controllers/modules/login_addons.tpl' <-- thrown in/home/omg507/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 129 I really don't know why, the Smarty Caching is disabled and it just happened by itself, it was perfectly good before. Please, any help would be great. Thanks. Link to comment Share on other sites More sharing options...
Simonas Invertus Posted January 27, 2016 Share Posted January 27, 2016 Does the file controllers/modules/login_addons.tpl exist? Link to comment Share on other sites More sharing options...
tombock1 Posted August 17, 2016 Share Posted August 17, 2016 (edited) Hi there. I am getting this same error: Fatal error: Uncaught --> Smarty: Unable to load template file 'controllers/modules/login_addons.tpl' <-- thrown in /home2/luandjuc/public_html/shop/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 127 I do not have a file called login_addons.tpl at all. In my controllers/ folder, there is not even a modules subfolder, let alone the login_addons.tpl. Is this something I can download and paste in? I'm not a developer, but I'm doing my best to solve this by using error reporting in my browser. Edited August 17, 2016 by tombock1 (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted August 17, 2016 Share Posted August 17, 2016 The file it's looking for is admin/themes/default/template/controllers/modules/login_addons.tpl. If this file doesn't exist, extract it from the PrestaShop archive for your version and upload it to your server. Link to comment Share on other sites More sharing options...
tombock1 Posted August 18, 2016 Share Posted August 18, 2016 Alright. Well, I'm not getting any errors anymore, and my admin login now shows up. But, now there is a new problem that I'm trying to troubleshoot. When I type in my username and password, nothing happens. The login page literally reloads. Also, the "I Forgot My Password" link does absolutely nothing as well and it just links back to the login page. I'm probably off topic now, but if anyone can address or redirect me to a new Support thread, that would be great. I tried looking through the source code for my login page, but unfortunately I'm not a developer, so I'm struggling to understand what is missing. Here is the link to my login page if this helps. Maybe there is something wrong with the admin token??? http://luandju.com/shop/psadmin/index.php?controller=AdminLogin&token=706448592728b666602713fec183b4d8 Link to comment Share on other sites More sharing options...
rocky Posted August 19, 2016 Share Posted August 19, 2016 Edit config/defines.inc.php and then change _PS_DEV_MODE_ from false to true, then you should get an error message. It seems your installation is messed up if you keep getting error messages though. 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