Forum OpenACS Q&A: Problem adding groups

Collapse
Posted by Dave Bauer on
Whenever I try to add a group I am getting an error. I first created a new group type "Users" and then tried to add a group to it at http://www.thedesignexperience.org/admin/ug/group-type.tcl?group_type=Users and I get the following error:
 Error: nsd.tcl: can't read "parent_group_id": no such variable
    can't read "parent_group_id": no such variable
        while executing
    "validate_integer parent_group_id $parent_group_id"
        (file "/web/design/www/groups/group-new-2.tcl" line 21)
        invoked from within
    "source /web/design/www/groups/group-new-2.tcl"
        ("uplevel" body line 1)
        invoked from within
    "uplevel [list source $file]"
        (procedure "ug_source" line 12)
        invoked from within
    "ug_source $file_to_source"
        (procedure "ug_serve_group_pages" line 297)
        invoked from within
    "ug_serve_group_pages cns266 {}"
    Notice: starting: waiting for connections
I get the same error if I use one of the built in types, such as Team, Administration, etc...
Collapse
Posted by Neophytos Demetriou on
Maybe you want to take a look at bug report 697.
Collapse
Posted by Dave Bauer on
Lesson learned! I will check the SDM along with bboards before asking questions.

Thanks