I work on a very high trafficked website that uses a Smarty templating system.
When I upload a fresh copy of a template that is currently being used, the page turns blank (as if there is nothing in the template file itself). I have to shut down lighttpd, upload the template again, and start lighttpd back up.
Are there any settings in Smarty that I should be utilizing that I might not be?
Here's a list of variables that I'm setting inside Smarty itself:
$smarty->use_sub_dirs = true;
$smarty->compile_check = true;