Forums / Setup & design / How to disable the uri/override cache ?
Thomas Equeter
Friday 20 June 2003 10:54:16 am
There seems to be a cache of the uri and override templates under var/cache/override. I couldn't use {include uri="design:mytemplate.tpl"} until I deleted the related cachefile.
It isn't the normal way to do so, is it ? What setting should I modify in order to disable this cache while I'm working on the design ?
({include uri="design/www/template/mytemplate.tpl"} works fine, but what if I want to rename the design ?).
Using ez 3.1-beta2, *nix system, ViewCaching is disabled.
boris vanrillaer
Saturday 21 June 2003 1:36:48 pm
Aye,
I can confirm it as I have been looking at the same thing for over an hour ... clearing all possible caches except that one ...
A quick solution to bypass it is changing the owner and group to root or making it only r--r--r--
However it is indeed something weird ...
GreetzBoris