Loading...
 
Features / Usability

Features / Usability


Cached appearing when switched off

posts: 18 United Kingdom

Hi All,

I have switched cache on Wiki to 0 but I am getting the cached title coming up on the pages - how do I clear it etc.

TIA

Hengis

posts: 2881 United Kingdom

Hi,

Have you checked to see if those pages have the individual wiki cache option set?

Damian


posts: 18 United Kingdom

How are individual pages set up for cache? I am on version 1.7.4

I dont think that is the problem though - is there a way of cleaning the cache out(even if its not enabled)?

Thanks

Hengis


posts: 1001 Canada
I don't think there is a way to clear cache via Tiki. Custom cache can be enabled in Admin Wiki. If it is the option will be in tiki-editpage.php.

posts: 18 United Kingdom

I found the bug!

In tiki-show_page.tpl the line which displays the (cached) bit was outside the if statement!!! dont hink it was my mistyping as I didnt look at that before - so maybe it was a deployed bug - dont know.


Anyway its now fixed on my site - thanks for the replies


posts: 1001 Canada

Hum, what if statement are you talking about?
I personally have line 19 of that file reading
{if $cached_page eq 'y'}(cached){/if}

posts: 18 United Kingdom

''{if $cached_page eq 'y'}
(cached)
{/if}''

Is what I have now. Before it was:
''(cached)

{if $cached_page eq 'y'}
{/if}''

I am on version 1.7.4 if that helps


posts: 18 United Kingdom

''{if $cached_page eq 'y'}
(cached)
{/if}''

Is what I have now. Before it was:
''(cached)

{if $cached_page eq 'y'}
{/if}''

I am on version 1.7.4 if that helps