#150 — Installation doesn't work

StateRejected
Version: 1.2
AreaFunctionality
Issue typeBug
SeverityMedium
Submitted byAndrew Kornilov
Submitted onOct 11, 2007
Responsible
Target release:
Return to tracker
Last modified on Jan 08, 2009 by Matthew Wilkes
Installation on Plone 3.0.1 and Plone 3.0.2 hangs with this error:

  Module /var/lib/Zope2/www.mysite.net/Products/PloneFormGen/Extensions/Install.py, line 55, in install
  Module Products.Archetypes.Extensions.utils, line 385, in installTypes
  Module Products.Archetypes.Extensions.utils, line 118, in install_types
  Module Products.CMFCore.TypesTool, line 594, in manage_addTypeInformation
  Module OFS.ObjectManager, line 347, in _setObject
  Module zope.event, line 23, in notify
  Module zope.component.event, line 26, in dispatch
  Module zope.component._api, line 130, in subscribers
  Module zope.component.registry, line 290, in subscribers
  Module zope.interface.adapter, line 535, in subscribers
  Module plone.app.contentrules.handlers, line 134, in added
  Module plone.app.contentrules.handlers, line 97, in execute
  Module plone.contentrules.engine.executor, line 27, in __call__
  Module plone.contentrules.rule.rule, line 44, in __call__
  Module plone.app.contentrules.conditions.portaltype, line 68, in __call__
TypeError: getTypeInfo() takes exactly 2 arguments (1 given)


What kind of system information would be useful to catch this bug?
Added bySteve McMahononOct 19, 2007 11:24 PM
Issue state: unconfirmedrejected
Sorry, unable to reproduce.
Added byAndrew KornilovonOct 20, 2007 04:17 AM
As far as i can see, if you had a global content rule in the your site, PloneFormGen wouldn't install.
I've just removed my content rule (simple: send an e-mail when the page is modified) and PloneFormGen installed successfully. Only this little info:

Products/PloneFormGen/skins/PloneFormGen/fg_base_view_p3.cpt: No default action specified for status success, content type ANY. Users of IE can submit pages using the return key, resulting in no button in the REQUEST. Please specify a default action for this case.

for each .cpt file.

No responses can be added.