#8 — Product broken for all versions with Plone 2.5-2.5.2

by Ignacio Valdes last modified Jan 03, 2009 05:07 AM
State Rejected
Version:
Area Functionality
Issue type Bug
Severity Medium
Submitted by Ignacio Valdes
Submitted on Jan 23, 2007
Responsible
Target release:


For 2.0a1
2007-01-22 10:29:01
failed:
Traceback (most recent call last):

  File "/opt/zope/2.9.4/Products/CMFQuickInstallerTool/QuickInstallerTool.py", line 322, in installProduct
    res=install(portal)

  File "/opt/zope/2.9.4/lib/python/Products/ExternalMethod/ExternalMethod.py", line 225, in __call__
    try: return f(*args, **kw)

  File "/opt/zope/2.9.4/Products/SimpleBlog/Extensions/Install.py", line 45, in install
    addTool = portal.manage_addProduct['SimpleBlog'].manage_addTool

AttributeError: manage_addTool

For 1.2.1:

2007-01-22 10:29:01
failed:
Traceback (most recent call last):

  File "/opt/zope/2.9.4/Products/CMFQuickInstallerTool/QuickInstallerTool.py", line 322, in installProduct
    res=install(portal)

  File "/opt/zope/2.9.4/lib/python/Products/ExternalMethod/ExternalMethod.py", line 225, in __call__
    try: return f(*args, **kw)

  File "/opt/zope/2.9.4/Products/SimpleBlog/Extensions/Install.py", line 45, in install
    addTool = portal.manage_addProduct['SimpleBlog'].manage_addTool

AttributeError: manage_addTool
Steps to reproduce:
Install in Products, restart.
Added by Danny Bloemendaal on Feb 28, 2007 02:17 PM
Issue state: unconfirmedrejected
Target release: None2.0a1
I cannot reproduce this. Tried it with plone 2.5.3 and zope 2.9.5 and it all works well.
Please upgrade or .. try to fix it yourself? ;-)

No responses can be added.