lolalola Posted March 1, 2011 Posted March 1, 2011 Hi,how disable smarty compile cache?I'am using Prestashop 1.3.5 Share this post Link to post Share on other sites More sharing options...
domi77185 Posted March 1, 2011 Posted March 1, 2011 in file /config/smarty.config.inc.php $smarty->caching = false; Share this post Link to post Share on other sites More sharing options...
lolalola Posted March 1, 2011 Posted March 1, 2011 $smarty->caching = false;$smarty->force_compile = false; // to pass "false" when put into production$smarty->compile_check = false;but is still the same problam Share this post Link to post Share on other sites More sharing options...
domi77185 Posted March 1, 2011 Posted March 1, 2011 To force the compilation of the pages. $smarty->force_compile = true; For cache problemsEmpty Folder "/tools/smarty/compile" except the file "index.php" 1 Share this post Link to post 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