Hello,
We're running rather big website (~400K page views daily) and using Smarty as templates engine. HTML coder changes templates every day and every template change (almost every) causes website crash because of PHP Fatal error: Call to undefined function _smarty_tplfunc_f0cb5c08ca1726d224308f2f6bd56b4f_0() in ...
PS: Yes, we're using $smarty->compile_check
to see template changes immediately.
To fix this error, we're cleaning all website cache. I don't feel comfortable with it!
Who know, how can I fix it? And why this error occures every time (almost every time) when template is changed.
Thank you.