This may have something to do with the database restore problem that I posted a couple of days ago:
https://openacs.org/forums/message-view?message_id=148479
I have included the section from the server log in the hope that someone who knows the code and data model for user registration might know which elements of the restore have failed and why.
Many Thanks
Richard
_______________________________________________
[28/Nov/2003:18:09:04][2857.81926][-conn2-] Notice: Ns_PgExec: Entering transaction
[28/Nov/2003:18:09:04][2857.81926][-conn2-] Notice: dbinit: sql(localhost::oakmasters): 'begin transaction'
[28/Nov/2003:18:09:04][2857.81926][-conn2-] Notice: Querying '
select acs__add_user(
'848',
'user',
now(),
null,
'85.99.173.25',
'joe.user@bloggs.com',
NULL,
'Joe',
'User',
'4278EC14B769D7850224A838F14428FD64CAA696',
'9821C414D5D089338117CB116BA22486682DC819',
'Cat',
'Spot',
null,
't',
'approved');'
[28/Nov/2003:18:09:04][2857.81926][-conn2-] Error: Ns_PgExec: result status: 7 message: ERROR: -20001: membership_rel violation: Invalid object types. Object -2 (application_group) must be of type group Object 848 (user) must be of type person
[28/Nov/2003:18:09:04][2857.81926][-conn2-] Error: dbinit: error(localhost::oakmasters,ERROR: -20001: membership_rel violation: Invalid object types. Object -2 (application_group) must be of type group Object 848 (user) must be of type person
): '
select acs__add_user(
'848',
'user',
now(),
null,
'81.99.189.25',
'joe.user@bloggs.com',
NULL,
'Joe',
'User',
'4278EC14B769D7850224A838F14428FD64CAA696',
'9821C414D5D089338117CB116BA22486682DC819',
'Cat',
'Spot',
null,
't',
'approved');
'
[28/Nov/2003:18:09:04][2857.81926][-conn2-] Notice: Querying 'abort transaction;'