[Zope-PTK] Newbie question: Error creating a portal

Neil Burnett neil@efc.be
Tue, 18 Apr 2000 09:22:15 +0200


Its probably me but I can't complete the creation of my first portal.
Everything seems to work until I have  clicked 'Finish' in the wizard. Then
I get:

Zope has encountered an error while publishing this resource. 

Error Type: AttributeError
Error Value: 'None' object has no attribute 'setMemberProperties'

As I am *very* new to Zope, I may have left something out of the setting up
somewhere to do with security? Help gratefully appreciated.

Neil

Here is the Traceback:


<!--
Traceback (innermost last):
  File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 214, in
publish_module
  File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 179, in
publish
  File C:\PROGRA~1\WebSite\lib\python\Zope\__init__.py, line 202, in
zpublisher_exception_hook
  File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 165, in
publish
  File C:\PROGRA~1\WebSite\lib\python\ZPublisher\mapply.py, line 160, in
mapply
    (Object: Portal_add)
  File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 102, in
call_object
    (Object: Portal_add)
  File C:\PROGRA~1\WebSite\lib\python\OFS\DTMLMethod.py, line 150, in __call__
    (Object: Portal_add)
  File C:\PROGRA~1\WebSite\lib\python\DocumentTemplate\DT_String.py, line
502, in __call__
    (Object: Portal_add)
  File C:\PROGRA~1\WebSite\lib\python\DocumentTemplate\DT_With.py, line
148, in render
    (Object: Portal.createInObjectManager(REQUEST['id'], REQUEST))
  File C:\PROGRA~1\WebSite\lib\python\DocumentTemplate\DT_Util.py, line
335, in eval
    (Object: apply_wizard(REQUEST))
    (Info: REQUEST)
  File &lt;string&gt;, line 0, in ?
  File C:\PROGRA~1\WebSite\lib\python\Products\PTKDemo\Portal.py, line 249,
in apply_wizard
    (Object: DemoPortalBase)
AttributeError: (see above)

-->