Forum OpenACS Q&A: Re: Another 4.6.2 Bug

Collapse
29: Re: Another 4.6.2 Bug (response to 1)
Posted by Randy Ferrer on

I've just discovered another bug in /acs-admin/users on 4.6.2/7.3.2. If you try to do a complex query using the group drop down, a db error is generated:

Database operation "select" failed (exception NSDB, "Query was not a statement returning rows.")
    while executing
"ns_pg_bind select nsdb0 {select distinct first_names, last_name, email, member_state, email_verified_p, cu.user_id
from cc_users cu, group_member_map ..."
    ("uplevel" body line 1)...

This error occurs only when a selection is made in the Group drop down.

Also, a friend who has been testing oacs as well, tells me that he has not been able to get the Registration Requires Email Verification functionality to work or for that fact any of the acs-subsite mail functions. He's running sendmail. Is qmail required? I don't think so, but perhaps someone can clarify. Is there special set-up required? His sendmail is working fine with other apps... Also, if someone can test the email stuff out, it would be great.