dennismonsewicz Posted January 7, 2009 Share Posted January 7, 2009 does anyone know how to turn on caching in smarty templates? I am having a hard time following their docs on the subject Link to comment https://forums.phpfreaks.com/topic/139921-solved-smarty-templates-and-caching/ Share on other sites More sharing options...
Chicken Little Posted January 8, 2009 Share Posted January 8, 2009 Open your Smarty.class.php and scroll down to where it says something like "this enables template caching" and check if var $caching = 0, 1, or 2; Link to comment https://forums.phpfreaks.com/topic/139921-solved-smarty-templates-and-caching/#findComment-732136 Share on other sites More sharing options...
dennismonsewicz Posted January 8, 2009 Author Share Posted January 8, 2009 so i did that and my site does not load... i get a blank white screen Link to comment https://forums.phpfreaks.com/topic/139921-solved-smarty-templates-and-caching/#findComment-732716 Share on other sites More sharing options...
Chicken Little Posted January 9, 2009 Share Posted January 9, 2009 Are you sure it is a Smarty problem? Do you have error reporting turned on? Link to comment https://forums.phpfreaks.com/topic/139921-solved-smarty-templates-and-caching/#findComment-733504 Share on other sites More sharing options...
dennismonsewicz Posted January 9, 2009 Author Share Posted January 9, 2009 I fixed the problem actually... I just forgot to click the topic solved button Link to comment https://forums.phpfreaks.com/topic/139921-solved-smarty-templates-and-caching/#findComment-733620 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.