Skip to content

Instantly share code, notes, and snippets.

@mpampols
Created February 4, 2014 15:40
Show Gist options
  • Save mpampols/8806061 to your computer and use it in GitHub Desktop.
Save mpampols/8806061 to your computer and use it in GitHub Desktop.
Error when adding any content type after uninstalling collective.hootsuite
Traceback (innermost last):
• Module ZPublisher.Publish, line 60, in publish
• Module ZPublisher.mapply, line 77, in mapply
• Module ZPublisher.Publish, line 46, in call_object
• Module Products.CMFPlone.FactoryTool, line 458, in __call__
• Module Products.CMFPlone.FactoryTool, line 207, in __getitem__
• Module Products.CMFPlone.FactoryTool, line 68, in _createObjectByType
• Module Products.CMFCore.TypesTool, line 559, in _constructInstance
• Module zope.event, line 31, in notify
• Module zope.component.event, line 24, in dispatch
• Module zope.component._api, line 136, in subscribers
• Module zope.component.registry, line 321, in subscribers
• Module zope.interface.adapter, line 585, in subscribers
• Module zope.component.event, line 32, in objectEventNotify
• Module zope.component._api, line 136, in subscribers
• Module zope.component.registry, line 321, in subscribers
• Module zope.interface.adapter, line 585, in subscribers
• Module Products.CMFCore.CMFCatalogAware, line 262, in handleContentishEvent
• Module Products.CMFCore.CMFCatalogAware, line 188, in notifyWorkflowCreated
• Module Products.CMFCore.WorkflowTool, line 288, in notifyCreated
• Module Products.DCWorkflow.DCWorkflow, line 337, in notifyCreated
• Module Products.DCWorkflow.DCWorkflow, line 421, in _changeStateOf
• Module Products.DCWorkflow.DCWorkflow, line 531, in _executeTransition
• Module zope.event, line 31, in notify
• Module zope.component.event, line 24, in dispatch
• Module zope.component._api, line 136, in subscribers
• Module zope.component.registry, line 321, in subscribers
• Module zope.interface.adapter, line 585, in subscribers
• Module zope.component.event, line 32, in objectEventNotify
• Module zope.component._api, line 136, in subscribers
• Module zope.component.registry, line 321, in subscribers
• Module zope.interface.adapter, line 585, in subscribers
• Module collective.hootsuite.subscriber, line 16, in update_on_modify
TypeError: argument of type 'NoneType' is not iterable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment