22 Nov
2000
22 Nov
'00
1:13 p.m.
LoginManager displays a login form by calling a page something like this: <dtml-raise "'LoginRequired'"> <html> <form action="foo"> <!-- some form doohickeys --> </form> </html> </dtml-raise> this works fine on one of my boxen but not the other. The bust one raises the exception but doesn't print the message. Instead it renders my standard_html_header and standard_html_footer, with the stack trace in comments at the bottom of the page. Please! Can anyone point me a what might be causing this to happen? cheers seb