Plone 4.1 ConfigurationError - 未知指令'expressiontype'

时间:2011-10-29 00:35:19

标签: plone startup infinite-loop buildout

在将egg添加unweb.watermark之后,我在instance.log(Plone 4.1.2)中获得了无数系列的启动,但没有服务。

请参阅http://pastie.org/2776226

上的buildout / fg

我该如何调查/解决这个问题?

1 个答案:

答案 0 :(得分:2)

通过在香草Plone中添加该产品,我遇到了这两个问题(取决于所用产品的版本):

ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/tales', u'expressiontype') 

AttributeError: type object 'DirectoryResource' has no attribute
'resource_factories' 

为了解决这个问题,你应该像这样扩展你的构建:

[buildout]
...
extends =
    ...
    http://svn.plone.org/svn/collective/unweb.watermark/trunk/versions.cfg
    http://good-py.appspot.com/release/plone/4.1.2?dexterity=1.0

更多信息: