21 Feb
2005
21 Feb
'05
2:29 p.m.
--On Montag, 21. Februar 2005 9:17 Uhr -0500 Jim Fulton <jim@zope.com> wrote:
Andreas Jung wrote:
I can across the following problem while trying to fix the broken FTP service for Zope 2.8:
ObjectManager.manage_FTPstat() tries to access self.manage_FTPlist.__roles__
Why is it trying to do this?
No idea :-) But using getRoles() as you suggest it resolved the issue and the FTP server is running fine again. Andreas