无法访问“用户和组”在克隆人4中

发布于 2024-12-11 10:53:53 字数 627 浏览 0 评论 0原文

每当我尝试访问 Plone 站点设置中的“用户和组”时,都会收到以下错误:

Traceback (innermost last):
  Module ZPublisher.Publish, line 127, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module ZPublisher.Publish, line 47, in call_object
  Module plone.app.controlpanel.usergroups, line 211, in __call__
  Module plone.app.controlpanel.usergroups, line 270, in doSearch
KeyError: 'adminusername'

此 plone 实例之前已从 Plone 3 升级到 Plone 4。用户和组曾经可以工作。在同一 Zope 中创建的新空白 Plone 实例允许访问用户和组。

使用的版本是:

Plone 4.0.7 佐普 2.12.18 Python 2.6.5(r265:79063,2010 年 11 月 23 日,02:02:03)[GCC 4.1.2 20080704(红帽 4.1.2-48)]

Whenever I try to access "User and Groups" in Plone Site Setup, I'm getting the following error :

Traceback (innermost last):
  Module ZPublisher.Publish, line 127, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module ZPublisher.Publish, line 47, in call_object
  Module plone.app.controlpanel.usergroups, line 211, in __call__
  Module plone.app.controlpanel.usergroups, line 270, in doSearch
KeyError: 'adminusername'

This plone instance has previously been upgraded from Plone 3 to Plone 4. Users and Groups used to work. A new blank Plone instance created in the same Zope allows access to Users and Groups.

Versions used are :

Plone 4.0.7
Zope 2.12.18
Python 2.6.5 (r265:79063, Nov 23 2010, 02:02:03) [GCC 4.1.2 20080704 (Red Hat 4.1.2-48)]

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

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

发布评论

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

评论(1

轻许诺言 2024-12-18 10:53:53

非常仔细地检查你的日志。我现在正在使用 PAS 插件进行大量工作,当适配器/订阅者配置错误时,我会看到类似的错误,但它们生成的错误被上面的表单错误掩盖了。查看紧邻此错误之前的错误。

Check your logs very carefully. I'm doing a lot of work with PAS plugins right now, and I'm seeing similar sorts of errors when adapters/subscribers are misconfigured, but the errors they generate are masked by the form error above. Look at the error immediately before this one.

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