An error when trying to change Image workflow

半腔热情 提交于 2019-12-07 02:52:32

Looking at the product code, It seems that when you change the contenttype's workflow the p.a.discussion product tries to update its configuration but in your instance fails to retrieve the registry.

As a fast solution you could try to force the inclusion of the registry by adding in a zcml of one of your products this code:

<include package="plone.app.registry" />

then:

1- go to zmi -> your site and check if in your plone site exists an item called "portal_registry"

2- go to zmi -> your site -> tab "Components" and check if exists this registration:

<utility interface="plone.registry.interfaces.IRegistry"
         object="portal_registry" />

Had the same problem, could solve it by importing the steps 'Manage the configuration registry' and ' Plone caching' of the profile 'Configuration registry'.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!