z2.py makes references to AccessControl.User.emergency_user which causes an exception. Is it ok to use SpecialUsers.super instead? -- Robin Becker
Robin Becker wrote:
z2.py makes references to AccessControl.User.emergency_user which causes an exception. Is it ok to use SpecialUsers.super instead?
No, it is not ok. :-) Have you updated AccessControl/User.py as well? If you have, this exception should not occur. Are you using special user folders? What's your setup? Shane
In article <3A2FAE2A.AAC736CA@digicool.com>, Shane Hathaway <shane@digicool.com> writes
Robin Becker wrote:
z2.py makes references to AccessControl.User.emergency_user which causes an exception. Is it ok to use SpecialUsers.super instead?
No, it is not ok. :-) Have you updated AccessControl/User.py as well? If you have, this exception should not occur.
Are you using special user folders? What's your setup?
Shane
I have a global update process; it should be updating from the standard CVS Zope2, but I've been copying Extensions around so maybe that's bombing it. -- Robin Becker
Robin Becker wrote:
In article <3A2FAE2A.AAC736CA@digicool.com>, Shane Hathaway <shane@digicool.com> writes
Robin Becker wrote:
z2.py makes references to AccessControl.User.emergency_user which causes an exception. Is it ok to use SpecialUsers.super instead?
No, it is not ok. :-) Have you updated AccessControl/User.py as well? If you have, this exception should not occur.
Are you using special user folders? What's your setup?
Shane
I have a global update process; it should be updating from the standard CVS Zope2, but I've been copying Extensions around so maybe that's bombing it.
Actually cvs.zope.org has been having some file corruption problems yesterday and today. You may want to perform a manual update to resolve any issues. Shane
participants (2)
-
Robin Becker -
Shane Hathaway