unknown authentication requuirement
Ok, after adding this code, my site insists upon authenticating anyone who accesses it. Without it, it works fine. Any ideas? What am I missing?? ---------------------------------------------------------- <!--#in "PARENTS[-1].objectValues(['Folder'])" --> <!--#if menu -->   <a href=<!--#var absolute_url-->> <!--#var title--> </a> <!--#/if --> <!--#/in--> ---------------------------------------------------------- Bill
Bill Anderson wrote:
Ok, after adding this code, my site insists upon authenticating anyone who accesses it. Without it, it works fine.
Any ideas? What am I missing??
---------------------------------------------------------- <!--#in "PARENTS[-1].objectValues(['Folder'])" -->
<!--#if menu -->   <a href=<!--#var absolute_url-->> <!--#var title--> </a> <!--#/if -->
<!--#/in--> ----------------------------------------------------------
Bill
Oops i forgot something: o It is running on Zope 2, with ZServer (CVS from a week ago or so, will be updated over the next day or so...) o menus is a property of the folder s I want to be listed (just in case it wasn't obvious ;-) )
participants (1)
-
Bill Anderson