Forum OpenACS Q&A: Getting Request Error on browsing Users

Collapse
Posted by Tim Adler on
Hello everybody. We've succesfully set up a ACS implementation. Everything runs just smooth. Now I've run into a problem that confuses me and from which I don't know how to solve it. When browsing the users in the Admin User search I gota request error, when clicking a user that registered on their own.
can't read "mandatory": no such variable
    while executing
"set last_mandatory $mandatory"
    invoked from within
"if { $question_id != $last_question_id } {
		if { $last_question_id } {
		    template::multirow append orga_questions  $last_group_name $last_questio..."
    ("uplevel" body line 2)
    invoked from within
"uplevel 1 $code_block "
    ("1" arm line 1)
    invoked from within
"switch $errno {
I'm guessing that this has something to do with the password questions you have to enter, when registering. Because I changed the main-site Parameter from 1 to 0 to make it not mandatory to enter questions. But that is only a guess. Can somebody help?