Torben Nehmer wrote:
> I've attached you the output of midgard-pageresolve to this mail, maybe
> it will help you.
This is the decision path MMP follows for cache regeneration:
REGENERATE = FALSE
if (!REGENERATE && I cannot open the target file for reading) {
REGENERATE = TRUE
}
if (!REGENERATE && cache is not current) {
REGENERATE = TRUE
}
if (REGENERATE) {
fill cache
} else {
load cache
}
I'm assuming Midgard can read (find) the cached file. It must be a false
positive on the cache currency. Cache currency is determined by doing:
SELECT page FROM cache WHERE page=<pageid> LIMIT 1
and seeing if a fetch succeeds. Can you verify what the above does for a
failing page?
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]