Re: [SMARTY] Problem with clear_cache and cache groups
[email protected] (Francesco Cipriani) Thu, 31 May 2007 14:45:14 +0200
| Newsgroups | php.smarty.general |
|---|---|
| Message-ID | <[email protected]> |
> Trying every available release, I found that the latest version able to > clear my group caches is 2.6.1. I found it! It was use_sub_dirs!! Until 2.6.1 it was set to true by default, then it was changed to false. I had a script which displayed smarty tpls with use_sub_dirs set to true, and another script which cleared caches but didn't set that var which remained to false, but until 2.6.1 all worked because of the default. -- Francesco