cachesimple: doesn't cache?
Posted: Mon Jan 29, 2007 7:32 pm
I switched to a new server and now the cache-plugin isn't working any more. (don't know for shure if it worked up to now, but it worked some time
)
To be precise: The plugin works, but does not create any file/directory below template_c, athought it is writeable to the webserver (i even tested mkdir with a small script).
Here is what the debug-modus gives me:
It's weird, that it seems to call save() three times and does the init two times, isn't it?
To be precise: The plugin works, but does not create any file/directory below template_c, athought it is writeable to the webserver (i even tested mkdir with a small script).
Here is what the debug-modus gives me:
Code: Select all
[29.01.2007 19:20] /
[29.01.2007 19:20] serendipity_cachesimple__4211587985 cache prepared
[29.01.2007 19:20] CACHE MISS
[29.01.2007 19:20] /
[29.01.2007 19:20] serendipity_cachesimple__4211587985 cache prepared
[29.01.2007 19:20] CACHE MISS
[29.01.2007 19:20] Shutdown function: Got Attention.
[29.01.2007 19:20] CACHE STORED (25206 bytes)
[29.01.2007 19:20] CACHE STORED (25206 bytes)
[29.01.2007 19:20] CACHE STORED (25206 bytes)Code: Select all
[29.01.2007 19:25] /artikel/2005/04/07/C3.html
[29.01.2007 19:25] serendipity_cachesimple__artikel_2005_04_07__3_html4211587985 cache prepared
[29.01.2007 19:25] CACHE MISS
[29.01.2007 19:25] /artikel/2005/04/07/C3.html
[29.01.2007 19:25] serendipity_cachesimple__artikel_2005_04_07__3_html4211587985 cache prepared
[29.01.2007 19:25] CACHE MISS
[29.01.2007 19:25] Shutdown function: Got Attention.
[29.01.2007 19:25] CACHE STORED (8001 bytes)
[29.01.2007 19:25] CACHE STORED (8001 bytes)
[29.01.2007 19:25] CACHE STORED (8001 bytes)