无法访问“用户和组”在克隆人4中
每当我尝试访问 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
非常仔细地检查你的日志。我现在正在使用 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.