Menu

#192 global name 'GroupSpace_sendMailPermission' is not defined

open
GrufSpaces (13)
5
2006-02-13
2006-02-13
Anonymous
No

I am running python 2.4.1, zope 2.8.3, plone 2.1, gruf
3.5, ldapuserfolder 2.6, and grufspaces 0.6 on FC4. I
have set up a group of users from ldapusersfolder. I
created a grufspace folder and gave the group the
GroupMember role and added myself as GroupLeader. When
I click on the email tab and try to send a message to
the whole group I get the following message:
NameError
global name 'GroupSpace_sendMailPermission' is not defined

Here is the traceback:
Traceback (innermost last):
Module ZPublisher.Publish, line 113, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 40, in call_object
Module
Products.CMFFormController.FSControllerPageTemplate,
line 98, in __call__
Module
Products.CMFFormController.BaseControllerPageTemplate,
line 39, in _call
Module Products.CMFFormController.ControllerBase,
line 243, in getNext
Module Products.CMFFormController.Actions.TraverseTo,
line 36, in __call__
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 40, in call_object
Module
Products.CMFFormController.FSControllerPythonScript,
line 102, in __call__
Module Products.CMFFormController.FormController,
line 375, in validate
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 40, in call_object
Module
Products.CMFFormController.FSControllerValidator, line
59, in __call__
Module Products.CMFFormController.Script, line 141,
in __call__
Module Products.CMFCore.FSPythonScript, line 108, in
__call__
Module Shared.DC.Scripts.Bindings, line 311, in __call__
Module Shared.DC.Scripts.Bindings, line 348, in
_bindAndExec
Module Products.CMFCore.FSPythonScript, line 163, in
_exec
Module None, line 3, in validate_GroupSpace_email
- <FSControllerValidator at
/hpba/validate_GroupSpace_email used for
/hpba/plans/compbio>
- Line 3
NameError: global name 'GroupSpace_sendMailPermission'
is not defined

What can I do to fix this?

Discussion


Log in to post a comment.