Plomino on Plone 5 creates error

on plone 506 installing plomino 2.0b7

  1. in the github account under issues, I found this:
    https://github.com/plomino/Plomino/issues/50
    it talks about ConstraintNotSatisfied: VIEW However this is for Plomino 1.13 so shouldn't be relevant.

some history: the first time I tried to install Plomino , I udpated buidlout file and after running buildout (without the -N) I realized I hadn't pinned the version 2.x for P5. I did not try to activate at "Add on". I updated buildout file and ran buildout -N. No errors during buildout, then activated via add on. got the following errors.

Any ideas? Thanks for thoughts.

Traceback (innermost last):
Module ZPublisher.Publish, line 138, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 48, in call_object
Module Products.CMFPlone.controlpanel.browser.quickinstaller, line 213, in call
Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 686, in installProducts
Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 603, in installProduct

  • traceback_info: ('Products.CMFPlomino',)
    Module Products.GenericSetup.tool, line 379, in runAllImportStepsFromProfile
  • traceback_info: profile-Products.CMFPlomino:default
    Module Products.GenericSetup.tool, line 1414, in _runImportStepsFromContext
    Module Products.GenericSetup.tool, line 1226, in _doRunImportStep
  • traceback_info: plone.app.registry
    Module plone.app.registry.exportimport.handler, line 47, in importRegistry
    Module plone.app.registry.exportimport.handler, line 90, in importDocument
    Module plone.app.registry.exportimport.handler, line 296, in importRecord
  • traceback_info: record name: plone.displayed_types
    Module plone.registry.record, line 82, in _set_value
    Module zope.schema._bootstrapfields, line 183, in validate
    Module zope.schema._field, line 529, in _validate
    WrongContainedType: ([ConstraintNotSatisfied('Link', '')], 'value')

This looks like a problem with a plone.displayed_types record structure concerning the type of the "Link" field. I would start in the _validate definition to find out how to interpret the information in the raised exception. I would then analyse what precisely is wrong and where the problematic value comes from.

@dieter I installed on a different test site and all went well. so I'll move on and try Plomino without worrying about this issue. Thanks for your post