Skip to content

Instantly share code, notes, and snippets.

@fulv
Last active October 10, 2015 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fulv/0dbbf9395d2d8e9d02f6 to your computer and use it in GitHub Desktop.
Save fulv/0dbbf9395d2d8e9d02f6 to your computer and use it in GitHub Desktop.
ploneconf.site setuphandlers
2015-10-10 15:14:28 ERROR Zope.SiteErrorLog 1444490068.950.870257499864 http://localhost:8080/Plone/portal_quickinstaller/reinstallProducts
Traceback (innermost last):
Module ZPublisher.Publish, line 138, in publish
Module ZPublisher.mapply, line 77, in mapply
Module Products.PDBDebugMode.runcall, line 70, in pdb_runcall
Module ZPublisher.Publish, line 48, in call_object
Module <string>, line 6, in reinstallProducts
Module AccessControl.requestmethod, line 70, in _curried
Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 786, in reinstallProducts
Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 686, in installProducts
Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 603, in installProduct
- __traceback_info__: ('ploneconf.site',)
Module Products.GenericSetup.tool, line 374, in runAllImportStepsFromProfile
- __traceback_info__: profile-ploneconf.site:default
Module Products.GenericSetup.tool, line 1268, in _runImportStepsFromContext
Module Products.GenericSetup.tool, line 1113, in _doRunImportStep
- __traceback_info__: ploneconf.site-postInstall
Module ploneconf.site.setuphandlers, line 30, in post_install
Module ploneconf.site.setuphandlers, line 67, in set_up_content
Module plone.app.dexterity.behaviors.constrains, line 123, in setLocallyAllowedTypes
ValueError: ('%s is not a valid type id', 'talk')
> /home/vagrant/buildout-cache/eggs/plone.app.dexterity-2.1.13-py2.7.egg/plone/app/dexterity/behaviors/constrains.py(123)setLocallyAllowedTypes()
-> raise ValueError("%s is not a valid type id", type_)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment