Forums / Setup & design / Cache problem google navigator
Martin Ulrich
Tuesday 14 December 2004 4:12:58 am
[TemplateSettings]TemplateCache=enabled
If TemplateCache in site.ini is enabled, the google navigator does not work. URLs like /content/view/full/153/(offset)/8 /content/view/full/153/(offset)/16 ...alwas give me the same site, until I clear cache manually.
Everything else works fine. (If TemplateCache is disabled the google navigator does his job great ;-))
May be someone can give me a Tip? (disable cache when googl is active? Modification of googl.tpl?)
thanksSebastian
_______________________ http://artenic.de ARTENIC - Publishing mit allen Mitteln!
Ćukasz Serwatka
Tuesday 14 December 2004 6:12:04 am
Hi Sepp
You can make a trick
Add this{set-block scope=root variable=cache_ttl}0{/set-block}
at the beginning google.tpl. This code disable cache for this tpl file.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Martin Jerie
Friday 27 October 2006 5:14:35 am
I added
{set-block scope=root variable=cache_ttl}0{/set-block}
to first row of folder.tpl template and cleared all caches.But it dosn't work.
/(offset)/40/(offset)/10
gives me same site
Where is the problem?
Martin