Forum OpenACS Q&A: Regarding Person Package!

Collapse
Posted by Damon Bagheri on
Hi all,
I have mounted the acs-person package in openacs 4.6.2 against PG 7.2.3.Every time when I fill the Form
to add new person,after clicking the "ok" button I get
this error:
----------------------------------------------------------
-Database operation "0or1row" failed (exception NSDB, "Query was not a statement returning rows.")
    while executing
"ns_pg_bind 0or1row nsdb0 {
        select acs_person__new (
        :acs_person_id,
        :given_name,
        :middle_name,
        :family_name,
        :formatted_na..."
    ("uplevel" body line 1)
    invoked from within
"uplevel $ulevel [list ns_pg_bind $type $db $sql"
    invoked from within
"db_exec 0or1row $db $full_statement_name $sql"
    invoked from within
-----------------------------------------------------
can anybody help me

-Damon