I've tried to test this product, wich looks great, but I found an error. This is the log
Traceback (most recent call last):
File "d:\Archivos de programa\Plone 2\Data\Products\CMFQuickInstallerTool\QuickInstallerTool.py", line 216, in installProduct
File "C:\Archivos de programa\Plone 2\Zope\lib\python\Products\ExternalMethod\ExternalMethod.py", line 231, in __call__
return f(self.aq_parent.this(), *args, **kw)
File "C:\Archivos de programa\Plone 2\Data\Products\Workgroup\Extensions\Install.py", line 316, in install
setupTool(self, out)
File "C:\Archivos de programa\Plone 2\Data\Products\Workgroup\Extensions\Install.py", line 131, in setupTool
rs = membersFolder.right_slots
AttributeError: 'NoneType' object has no attribute 'right_slots'
thank you very much
svazquez at sadiel dot es
No problem in brand new site!
Posted byAnonymous Userat
2004-05-26 12:42 PM
If I install it in a brand new plone site, then everything is ok
It only supports 2.x sites
Posted bymaxmat
2004-05-29 01:41 AM
What version does it fail on? I do believe that the method I call to get the member folder is a recent addition. So it seems that you are trying to install it on an older version of Plone.
I've tried to test this product, wich looks great, but I found an error. This is the log
Traceback (most recent call last):
File "d:\Archivos de programa\Plone 2\Data\Products\CMFQuickInstallerTool\QuickInstallerTool.py", line 216, in installProduct
File "C:\Archivos de programa\Plone 2\Zope\lib\python\Products\ExternalMethod\ExternalMethod.py", line 231, in __call__
return f(self.aq_parent.this(), *args, **kw)
File "C:\Archivos de programa\Plone 2\Data\Products\Workgroup\Extensions\Install.py", line 316, in install
setupTool(self, out)
File "C:\Archivos de programa\Plone 2\Data\Products\Workgroup\Extensions\Install.py", line 131, in setupTool
rs = membersFolder.right_slots
AttributeError: 'NoneType' object has no attribute 'right_slots'
thank you very much
svazquez at sadiel dot es
Replies to this comment