When I try to access the portal with user that is not authenticated somewhere I get an error. Traceback below. CMF-version 1.2 Zope 2.4.3 Python Version 2.1.1 If I authenticate with a user in the root folder outside the cmf-portal, everything works. Any ideas? <!-- Traceback (innermost last): File /usr/lib/python2.1/site-packages/ZPublisher/Publish.py, line 223, in publish_module File /usr/lib/python2.1/site-packages/ZPublisher/Publish.py, line 187, in publish File /usr/share/zope/lib/python/Zope/__init__.py, line 226, in zpublisher_exception_hook (Object: port) File /usr/lib/python2.1/site-packages/ZPublisher/Publish.py, line 171, in publish File /usr/lib/python2.1/site-packages/ZPublisher/mapply.py, line 160, in mapply (Object: index_html) File /usr/lib/python2.1/site-packages/ZPublisher/Publish.py, line 112, in call_object (Object: index_html) File /var/zope/Products/CMFCore/FSDTMLMethod.py, line 110, in __call__ (Object: index_html) File /usr/lib/python2.1/site-packages/DocumentTemplate/DT_String.py, line 546, in __call__ (Object: index_html) File /var/zope/Products/CMFCore/FSDTMLMethod.py, line 105, in __call__ (Object: standard_html_header) File /usr/lib/python2.1/site-packages/DocumentTemplate/DT_String.py, line 546, in __call__ (Object: standard_html_header) File /usr/lib/python2.1/site-packages/DocumentTemplate/DT_Util.py, line 231, in eval (Object: _.hasattr(this(),'isEffective') and not isEffective( ZopeTime() )) (Info: this) File <string>, line 2, in f (Object: guarded_getattr) NameError: global name 'ZopeTime' is not defined -->