DTML Support is broken

Marco Boccalini <[email protected]> Tue, 23 Sep 2003 11:34:55 +0200
Newsgroups gmane.comp.web.zope.plone.educational
Message-ID <[email protected]>
DTML Support is broken. When calling a DTML document or method - 
regardless of content - anonymously, the error: -

        Error Type: NameError
        Error Value: global name 'actions' is not defined 

        Is thrown. 

Viewing the same DTML when logged on as content editor works fine. 
There is code in header.pt which referts to the need to define an 
action when the PT is called from DTML, and this code appears to define 
"global actions" - whilst the code at this location has changed since 
1.0.1, the old code simply throws a "key error". This looks like a 
relatively trivial bug (since it works as admin)
Can anyone help me?
Anybody encountered the same problem?
Thanks
Marco