Cached appearing when switched off Posted by hengis Tue 16 Mar 2004 09:45 GMT-0000 posts: 18 ☆ ☆ ☆ 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
Posted by Damian Parker Fri 19 Mar 2004 20:52 GMT-0000 posts: 2881 ☆ ☆ ☆ ☆ ☆ Hi, Have you checked to see if those pages have the individual wiki cache option set? Damian
Posted by hengis Mon 05 Apr 2004 15:45 GMT-0000 posts: 18 ☆ ☆ ☆ 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
Posted by Philippe Cloutier Mon 05 Apr 2004 21:15 GMT-0000 posts: 1001 ☆ ☆ ☆ 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.
Posted by hengis Fri 09 Apr 2004 16:33 GMT-0000 posts: 18 ☆ ☆ ☆ 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
Posted by Philippe Cloutier Fri 09 Apr 2004 22:39 GMT-0000 posts: 1001 ☆ ☆ ☆ Hum, what if statement are you talking about? I personally have line 19 of that file reading {if $cached_page eq 'y'}(cached){/if}
Posted by hengis Mon 12 Apr 2004 07:34 GMT-0000 posts: 18 ☆ ☆ ☆ ''{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
Posted by hengis Mon 12 Apr 2004 07:34 GMT-0000 posts: 18 ☆ ☆ ☆ ''{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
Posted by Philippe Cloutier Mon 12 Apr 2004 18:18 GMT-0000 posts: 1001 ☆ ☆ ☆ Hi Hengis, you can see what a 1.7.4 version of this file is supposed to read there : http://cvs.sourceforge.net/viewcvs.py/*checkout*/tikiwiki/tiki/templates/tiki-show_page.tpl?content-type=text%2Fplain&rev=1.35.2.15