Forum OpenACS Development: Re: Re: Re: Re: Re: Re: Re: Re: Re: contacts pkg installation

I've got contacts pkg installed on my website. Mannualy I ran the sql script and enabled the pkg afterwards.

I debugged every table created by the script sql/postgresql/contacts-create.sql

the good thing is i can understand much clear what contact pkg does. Now I will have look at the procs.

I tried to track the relations created between contacts pkg and others tables on oacs. It's just impossible. I've found some and deleted. But I still get the error if i try to install the pkg form the browser
Diferent form the duplicated key error message.
psql:contacts-search-create.sql:38: ERROR: duplicate key violates unique constraint "acs_object_types_pk"
CONTEXT: PL/pgSQL function "acs_object_type__create_type" line 37 at SQL statement

I've got this peculiar error message about write permissions on the folder
psql:contacts-package-create.sql:125: ERROR: -20000: This folder does not allow subfolders to be created
CONTEXT: PL/pgSQL function "content_folder__new" line 7 at return
PL/pgSQL function "contact__folder_id" line 11 at assignment