Hi!
i've got the next error:
"select" failed (exception NSDB, "Query was not a statement returning rows.)
ERROR: parser: parse error at or near "("
the query is:
db_multirow domains domains_select {
select *
from cads_domains
where cads_id = :package_id
and acs_permission.permission_p(domain_id,:user_id,'cads_read_domain') = 't'
order by short_name
}
the error is in the "acs_permission....." line, but i don't know why!
I'm working on OpenACS 4.5 and postgres 7.1
Anybody could take me a hand?
Thanks, Pol Vilarmau