Reputation: 4867
I use the clear_all_cache() method and I have a warning :
'clear_all_cache' is unknown or deprecated. in smarty/sysplugins/smarty_internal_wrapper.php, on line 57
Is this method replaced by another one ? I tried to google this but without success. Anybody has an idea ?
Upvotes: 0
Views: 136
Reputation: 10188
If you're using smarty3, you probably have to use clearAllCache() instead
Upvotes: 1