When I try to delete an user I get the following error. Does anyone know what the problem is?
I´ve trying to install dotlrn into Centos 5, aolserver 4.0.10 and postgres sql 8.2
thanks in advance
"Database update failed with the following error:
Transaction aborted: Database operation "0or1row" failed (exception NSDB, "Query was not a statement returning rows.")
ERROR: current transaction is aborted, commands ignored until end of transaction block
SQL:
select 1 from dual
where exists
( select 1
from acs_object_party_privilege_map ppm
where ppm.object_id = '-1' and ppm.party_id = '568' and ppm.privilege = 'admin' )"