[Zope] zope generating page with old data

Dieter Maurer dieter at handshake.de
Thu Sep 2 17:29:53 EDT 2004


Florian Reiser wrote at 2004-9-2 15:31 +0200:
>> It could be that you are seeing a cached page.  Make sure you set the html
>> tags so that the page is not cached/expired immediately.
>
>I thought of that at first, too.
>But the resulting table looks like that, if it fails:
>
>"record 1" | actual timestamp
>"record 2" | actual timestamp
>"record 3" | actual timestamp
>"record 4" | old timestamp
>"record 5" | actual timestamp

This means that wrong data comes from your database (Zope does not remember
the old value).

"ZODBCDA" is known to have weird problems.
Try "MxZODBCDA".

-- 
Dieter


More information about the Zope mailing list