I've currently got Zope-2.6.2 running on linux and have just tried to install the latest version of ZMC (Membership Manager). I've managed to get it running after solving a few problems such as removing the self parameter from methods such as the passwordPolicy script etc.... Now I've got this one problem that I just can't solve... I've found loads of postings on forums about similar PosKey problems but can't seem to find anything that matches my particular case. All I'm doing is trying to register a new user by using the joinForm.... I add the new user name and password and click on Register and keep getting ... Zope has encountered an error while publishing this resource. Error Type: POSKeyError Error Value: 0000000000002954 The server trace shows... 2003-10-07T17:48:08 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00)T' Traceback (innermost last): File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/Connection.py, line 551, in setstate File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/FileStorage.py, line 645, in load (Object: /home/beatrix/Zope-2.6.2-linux2-x86/var/Data.fs) File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/FileStorage.py, line 619, in _load (Object: /home/beatrix/Zope-2.6.2-linux2-x86/var/Data.fs) POSKeyError: 0000000000002954 ------ 2003-10-07T17:48:08 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00)T' Traceback (innermost last): File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/Connection.py, line 551, in setstate File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/FileStorage.py, line 645, in load (Object: /home/beatrix/Zope-2.6.2-linux2-x86/var/Data.fs) File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/FileStorage.py, line 619, in _load (Object: /home/beatrix/Zope-2.6.2-linux2-x86/var/Data.fs) POSKeyError: 0000000000002954 ------ 2003-10-07T17:48:08 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00)T' Traceback (innermost last): File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/Connection.py, line 551, in setstate File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/FileStorage.py, line 645, in load (Object: /home/beatrix/Zope-2.6.2-linux2-x86/var/Data.fs) File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/FileStorage.py, line 619, in _load (Object: /home/beatrix/Zope-2.6.2-linux2-x86/var/Data.fs) POSKeyError: 0000000000002954 ------ 2003-10-07T17:48:08 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00)T' Traceback (innermost last): File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/Connection.py, line 551, in setstate File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/FileStorage.py, line 645, in load (Object: /home/beatrix/Zope-2.6.2-linux2-x86/var/Data.fs) File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/FileStorage.py, line 619, in _load (Object: /home/beatrix/Zope-2.6.2-linux2-x86/var/Data.fs) POSKeyError: 0000000000002954 ------ 2003-10-07T17:48:08 ERROR(200) SiteError http://url/Anvil_Page/acl_users/register Traceback (innermost last): File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZPublisher/Publish.py, line 102, in publish File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/Zope/App/startup.py, line 217, in commit File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/Products/TransactionAgents/__init__.py, line 54, in new_commit File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/Transaction.py, line 235, in commit File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/Transaction.py, line 350, in _commit_objects File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/Connection.py, line 403, in commit (Info: (('*QpViCIG2oty3+jIn5k03UQ==', 'PortalMember'), '\x00\x00\x00\x00\x00\x00)T', '')) File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/Connection.py, line 551, in setstate File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/FileStorage.py, line 645, in load (Object: /home/beatrix/Zope-2.6.2-linux2-x86/var/Data.fs) File /home/beatrix/Zope-2.6.2-linux2-x86/lib/python/ZODB/FileStorage.py, line 619, in _load (Object: /home/beatrix/Zope-2.6.2-linux2-x86/var/Data.fs) POSKeyError: 0000000000002954 Any clues??