anonymous writes to index_html
I have discovered that something is writing to my index_html method on my zope server. When I click undo there is a long list of anonymous transactions at random times. These are filling up my zope database. Could anyone advise me as to what kind of objects etc could be causing this behaviour as so far I am at a loss? Thanks Mark Stangroom
On 02 Apr 2003 12:07:57 +0100 GMT (..13:07 where i live(GMT+1) ) Mark Stangroom asked the Zope mailinglist about the following: MS> I have discovered that something is writing to my index_html method on MS> my zope server. When I click undo there is a long list of anonymous MS> transactions at random times. These are filling up my zope database. MS> Could anyone advise me as to what kind of objects etc could be causing MS> this behaviour as so far I am at a loss? Are you by any chance using the i18n:framework and localizer ? Localizer puts new messages into the message-catalog when encountered. (adding a new transaction) If you do like me, and accidentally put i18:translate on an item with dynamic (unique !) content that varies with each request, your data.fs will hurt ;) -- Geir Bækholt
Mark Stangroom wrote at 2003-4-2 12:07 +0100:
I have discovered that something is writing to my index_html method on my zope server. When I click undo there is a long list of anonymous transactions at random times. These are filling up my zope database.
Could anyone advise me as to what kind of objects etc could be causing this behaviour as so far I am at a loss?
I saw some message about this in the mailing list (--> search the archives via Google). When I remember right, it was some bug which is now fixed. Dieter
participants (3)
-
Dieter Maurer -
Geir Bækholt -
Mark Stangroom