24 Apr
2003
24 Apr
'03
7:58 p.m.
Antonio Beamud Montero wrote at 2003-4-24 13:10 +0200:
I'm not able to create a TemporaryFolder from my Product code. With Zope 2.5.0 all works fine, but when I try to use my Product with 2.6.0 and create a TemporaryFolder the next message appears:
You may consider upgrading to Zope 2.6.1...
... Error Type: AttributeError Error Value: 'None' object has no attribute 'register' manage_fixupOwnershipAfterAdd * Module AccessControl.Owned, line 113, in changeOwnership
AttributeError: 'None' object has no attribute 'register'
Strange. It looks as if "get_transaction()" would return "None". I do not know why it would do that. Dieter