Plone 4.1.3 中的 Products.ATSuccessStory、Zope ConfigurationExecutionError

发布于 2024-12-27 12:47:30 字数 967 浏览 0 评论 0原文

我正在尝试使用 Python 2.6.7 在 OS X Lion 上的新 Plone 4.1.3 实例中安装 Products.ATSuccessStory。构建运行正常,但当我尝试启动实例时,出现以下错误:

zope.configuration.config.ConfigurationExecutionError: : (, u'cmf.ManagePortal') 在: 文件“/Users/keith/Documents/plone-sites/caches/4.1.3/Products.ATSuccessStory-4.0.0-py2.6.egg/Products/ATSuccessStory/browser/configure.zcml”,第8.5-17.11行

<plone:portlet
       name="atss.rotating.portlet"
       interface=".portlets.successstory.ISuccessStoryPortlet"
       assignment=".portlets.successstory.Assignment"
       view_permission="zope2.View"
       edit_permission="cmf.ManagePortal"
       renderer=".portlets.successstory.Renderer"
       addview=".portlets.successstory.AddForm"
       editview=".portlets.successstory.EditForm"
       />

I'我与 zope 的内部工作不太一致,但据我所知,这个 portlet 块绝对没有任何问题配置。任何关于我应该如何解决这个问题的指导将不胜感激。

谢谢

I'm trying to install Products.ATSuccessStory in a fresh Plone 4.1.3 instance on OS X Lion using Python 2.6.7. Buildout runs fine but when I try to get my instance started I get the following error:

zope.configuration.config.ConfigurationExecutionError: : (, u'cmf.ManagePortal')
in:
File "/Users/keith/Documents/plone-sites/caches/4.1.3/Products.ATSuccessStory-4.0.0-py2.6.egg/Products/ATSuccessStory/browser/configure.zcml", line 8.5-17.11

<plone:portlet
       name="atss.rotating.portlet"
       interface=".portlets.successstory.ISuccessStoryPortlet"
       assignment=".portlets.successstory.Assignment"
       view_permission="zope2.View"
       edit_permission="cmf.ManagePortal"
       renderer=".portlets.successstory.Renderer"
       addview=".portlets.successstory.AddForm"
       editview=".portlets.successstory.EditForm"
       />

I'm not as in tune with zope's inner working, but as far as I know there is absolutely nothing wrong with this portlet block in the configuration. Any guidance on how I should fix this would be greatly appreciated.

Thanks

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

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

发布评论

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

评论(2

南渊 2025-01-03 12:47:31

ATSuccessStory 4.1.1 刚刚发布,其中包括对此问题的修复

这个版本的源egg 在 pypi 上可用,但尚未(最终会)在克隆网

ATSuccessStory 4.1.1 has just been released that includes the fix to this issue.

The source egg for this version is available on pypi but not yet (eventually will be) on plone.org

じ违心 2025-01-03 12:47:30

从其上次发布的日期来看,该产品可能尚未针对 Plone 4.1 进行更新,这需要一些非常小的调整。这些记录在 https://plone.org/documentation/manual/upgrade-guide/version/upgrading-plone-4.0-to-4.1/updating-add-on-products-for-plone-4.1/changing- dependency-from-plone-to-products.cmfplone

Judging from the date of its last release, the product has likely not been updated for Plone 4.1, which requires a few very minor tweaks. These are documented at https://plone.org/documentation/manual/upgrade-guide/version/upgrading-plone-4.0-to-4.1/updating-add-on-products-for-plone-4.1/changing-dependencies-from-plone-to-products.cmfplone

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