View Single Post
  #1  
Old 10-23-2016, 07:43 AM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 118,805
Abronsyth is on a distinguished road
Default Smarty Exception Error

This is peculiar as I was not getting this error earlier and I have not changed anything in the past 24 hours. I am recieving this error whenever I try to access my site:
Code:
Fatal error: Uncaught exception 'SmartyException' with message 'Unable to load template file 'template.tpl'' in /home/inekelmy/public_html/inc/smarty/sysplugins/smarty_internal_templatebase.php:127 Stack trace: #0 /home/inekelmy/public_html/inc/smarty/sysplugins/smarty_internal_templatebase.php(374): Smarty_Internal_TemplateBase->fetch('template.tpl', NULL, NULL, NULL, true) #1 /home/inekelmy/public_html/classes/class_template.php(135): Smarty_Internal_TemplateBase->display('template.tpl') #2 /home/inekelmy/public_html/classes/class_view.php(280): Template->output() #3 /home/inekelmy/public_html/classes/class_frontcontroller.php(102): View->render() #4 /home/inekelmy/public_html/index.php(74): FrontController->render() #5 /home/inekelmy/public_html/index.php(78): IndexController::main() #6 {main} thrown in /home/inekelmy/public_html/inc/smarty/sysplugins/smarty_internal_templatebase.php on line 127
I double checked and the template.tpl file for my theme is present and fully functional, so I do not understand why it is I am getting this error.

Any idea?
__________________
My Mods Site (1.3.4, 2020 Mods)
Reply With Quote