Found it. Since it was a migration from an older CMF, it didn't have the "Manage members" action item under "portal_membership", after adding that, it worked fine.
I figured it out by creating a brand new portal and seeing if it worked there. See attached screenshot. Jake -- http://www.ZopeZone.com yuppie said: > Jake wrote: >> I am getting the following error when trying to use >> "members_manage_template" in a Zope 2.8.4 / Plone 2.1.1 / CMF 1.5.4 >> install: >> >> Module Products.PageTemplates.Expressions, line 185, in __call__ >> Module Products.PageTemplates.Expressions, line 173, in _eval >> Module Products.PageTemplates.Expressions, line 127, in _eval >> - __traceback_info__: options >> Module Products.PageTemplates.Expressions, line 308, in >> restrictedTraverse >> - __traceback_info__: {'path': ['batch'], >> 'TraversalRequestNameStack': []} >> KeyError: 'batch' > > 'members_manage_template' is used by the 'members_manage_form' script to > render the result. 'members_manage_form' is the method that should be > called TTW. But I doubt it works with Plone. > > Cheers, Yuppie > > >
<<attachment: snagit_00221.jpg>>
_______________________________________________ Zope-CMF maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-cmf See http://collector.zope.org/CMF for bug reports and feature requests
