-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Emiliano.
- --On 27.03.2002 14:47:14 +0100 Emiliano 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: > > [...] > > I'm assuming Midgard can read (find) the cached file. Correct. > 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? mysql> SELECT page FROM cache WHERE page=38 LIMIT 1; +------+ | page | +------+ | 38 | +------+ 1 row in set (0.01 sec) Looks good, but if you look further into it: mysql> select count(id),type,page from cache where page=38 group by type; +-----------+------+------+ | count(id) | type | page | +-----------+------+------+ | 9 | 0 | 38 | +-----------+------+------+ 1 row in set (0.01 sec) Again, no Style elements have been genereted. BTW: Is it ok, that an execution of midgard-pageresolve cleans the cache table? Live long and prosper! Torben Nehmer - -- Torben Nehmer, Munich, Germany http://www.nathan-syntronics.de, mailto:[EMAIL PROTECTED] PGP Public Key ID on wwwkeys.(de.)pgp.net: 0x7E9DE456 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE8oc/AJPh4Kn6d5FYRAtNCAJ9v7O2gnZlVTQ653rbG4lnLZEg5+ACgqbxH gKAgAENkEVFxF9ADw5iLvRM= =JjNw -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
