help with LoginManager
I followed HowTo for using LoginManager with SQL, and when I try to access a page that is covered by that LoginManager, I get this: <!-- Traceback (innermost last): File /usr/lib/python1.5/site-packages/ZPublisher/Publish.py, line 222, in publish_module File /usr/lib/python1.5/site-packages/ZPublisher/Publish.py, line 187, in publish File /usr/share/zope/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: Traversable) File /usr/lib/python1.5/site-packages/ZPublisher/Publish.py, line 162, in publish File /usr/share/zope/lib/python/Products/Hotfix_2000-10-02/__init__.py, line 327, in traverse File /var/zope/Products/LoginManager/LoginManager.py, line 147, in lm_unauth (Object: Transactional) File /usr/share/zope/lib/python/OFS/DTMLDocument.py, line 177, in __call__ (Object: loginForm) File /usr/lib/python1.5/site-packages/DocumentTemplate/DT_String.py, line 528, in __call__ (Object: loginForm) File /usr/lib/python1.5/site-packages/DocumentTemplate/DT_Raise.py, line 128, in render (Object: 'LoginRequired') LoginRequired: (see above) --> It looks like it is correctly trying to display the "loginForm" rather than the page I requested, so that seems normal. But the "loginForm" itself does not display, only the zope error. What does it mean? How can I find out what the problem is? Thanks, JJ
participants (1)
-
Joh Johannsen