
jsasmor at gte
Mar 1, 2000, 12:07 PM
Post #1 of 3
(103 views)
Permalink
|
|
[Zope-PTK] Creating PTK instance w/o loginmanager fails
|
|
I tried creating a portal instance in the root and in a folder 3 or 4 times few times and always got the same error until I enabled the login manager support. The only unusual things about my setup are that I have multiple Zope domains on this server (it's only on our LAN so far), that this was a freshly-made account with just the vanilla index.html, quickstart, etc in it, and I was the superuser (hadn't created any other users yet). Here's the traceback.... Jeff Sasmor <snipped> <P> <STRONG>Error Type: AttributeError</STRONG><BR> <STRONG>Error Value: setMemberProperties</STRONG><BR> </P> <snipped> Traceback (innermost last): File /usr/libexec/zope214/lib/python/ZPublisher/Publish.py, line 214, in publish_module File /usr/libexec/zope214/lib/python/ZPublisher/Publish.py, line 179, in publish File /usr/libexec/zope214/lib/python/Zope/__init__.py, line 202, in zpublisher_exception_hook File /usr/libexec/zope214/lib/python/ZPublisher/Publish.py, line 165, in publish File /usr/libexec/zope214/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: Portal_add) File /usr/libexec/zope214/lib/python/ZPublisher/Publish.py, line 102, in call_object (Object: Portal_add) File /usr/libexec/zope214/lib/python/OFS/DTMLMethod.py, line 145, in __call__ (Object: Portal_add) File /usr/libexec/zope214/lib/python/DocumentTemplate/DT_String.py, line 502, in __call__ (Object: Portal_add) File /usr/libexec/zope214/lib/python/DocumentTemplate/DT_With.py, line 148, in render (Object: Portal.createInObjectManager(REQUEST['id'], REQUEST)) File /usr/libexec/zope214/lib/python/DocumentTemplate/DT_Util.py, line 335, in eval (Object: apply_wizard(REQUEST)) (Info: REQUEST) File <string>, line 0, in ? File /usr/libexec/zope/lib/python/Products/PTKDemo/Portal.py, line 232, in apply_wizard (Object: DemoPortalBase) AttributeError: (see above)
|