Plone 4.1 配置错误 - 未知指令“表达式类型”

发布于 2024-12-12 09:20:28 字数 209 浏览 0 评论 0原文

将unweb.watermark添加到eggs后,我在instance.log(Plone 4.1.2)中得到一系列无休止的启动,但没有服务。

请参阅 http://pastie.org/2776226 上的 buildout / fg

我如何调查/修复此问题?

After adding unweb.watermark to eggs, I get an endless series of starts in instance.log (Plone 4.1.2), but no service.

See buildout / fg at http://pastie.org/2776226

How can I investigate/fix this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谜泪 2024-12-19 09:20:28

通过在普通 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

更多信息:

By adding that product in a vanilla Plone I've faced these two issues (depending on the versions of products used):

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

or

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

In order to fix that issue you should extend your buildout like this:

[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

More info:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文