Hi Ruth, Sure... the product you are looking for is called CMF (Content Management Framework). http://cmf.zope.org It is a full membership, content management zope add in. You might also want to look at Plone (http://www.plone.org) which is a variant of CMF with much more "in the box" in terms of tools and look and feel. BZ -- http://www.zopezone.com http://www.bluewildfire.com On Wednesday, October 8, 2003, at 03:34 AM, Ruth Mizzi wrote:
Would you be able to suggest a similar product I could use just to obtain the basic functionality I require? ... that is, enabling users to register as members into the site and from then on to be able to log in and log out.
Cheers Ruth
----- Original Message ----- From: "BZ" <bz@bwanazulia.com> To: "Ruth Mizzi" <ruth@anvil.com> Cc: <zope@zope.org> Sent: Tuesday, October 07, 2003 6:33 PM Subject: Re: [Zope] POSKeyError when registering new user via ZMC
First of all, from what I can see... ZMC is a very very very old product. It looks like it was meant for PTK.
Secondly, here is a link to deal with POSKeyErrors: http://www.zopelabs.com/cookbook/1054240694
Cheers, BZ
-- http://www.zopezone.com http://www.bluewildfire.com
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??
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )