Mailing List Archive

[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 &lt;string&gt;, line 0, in ?
File /usr/libexec/zope/lib/python/Products/PTKDemo/Portal.py, line 232, in apply_wizard
(Object: DemoPortalBase)
AttributeError: (see above)
Re: [Zope-PTK] Creating PTK instance w/o loginmanager fails [ In reply to ]
Thanks, I'll look into that straight off. I'd just like to remind
you, though, things like this are best submitted to the Tracker:

http://www.zope.org/Projects/PTK/Tracker

--
Mike Pelletier email: mike@digicool.com
Mild mannered software developer icq: 7127228
by day, super villain by night. phone: 519-884-2434
Re: [Zope-PTK] Creating PTK instance w/o loginmanager fails [ In reply to ]
I posted a message about this before. I suppose I should have put it into the
Tracker...

There is an unclosed comment in the
/Control_Panel/Products/DemoPortal/PortalWizard/01 wizard page:

<dtml-comment>
<option value="LoginManager">Experimental LoginManager
support</option>
</dtml-comment

When you started using the Login manager, you probably got rid of the dtml-comment
statements and fixed the problem.

-Paul E


Mike Pelletier wrote:

> Thanks, I'll look into that straight off. I'd just like to remind
> you, though, things like this are best submitted to the Tracker:
>
> http://www.zope.org/Projects/PTK/Tracker
>
> --
> Mike Pelletier email: mike@digicool.com
> Mild mannered software developer icq: 7127228
> by day, super villain by night. phone: 519-884-2434
>
> _______________________________________________
> Zope-PTK maillist - Zope-PTK@zope.org
> http://lists.zope.org/mailman/listinfo/zope-ptk
>
> See http://www.zope.org/Products/PTK/Tracker for bug reports and feature requests