Forum OpenACS Q&A: Re: Installing Contacts?

Collapse
6: Re: Installing Contacts? (response to 1)
Posted by Christof Spitz on
Nima, thanks a lot. I installed tcllib (a simple "apt-get install tcllib" did that, without any recompilation, would be nice to update the wiki installation document accordingly). It seems we have one source of failure less, but see what happens now:

Installing selected packages, please wait ...

We will continue automatically when installation is complete.

HTTP/1.0 500 Internal Server Error Expires: Wed, 18 Jan 2006 13:12:33 GMT Pragma: no-cache Cache-Control: no-cache Server: AOLserver/4.0 MIME-Version: 1.0 Date: Wed, 18 Jan 2006 13:13:34 GMT Content-Type: text/html; charset=utf-8 Content-Length: 7458 Connection: close

......

Server Error

There was a server error processing your request. We apologize.

Take me back where I was (before the error)

Database operation "dml" failed (exception ERROR, "FEHLER: Einfügen oder Aktualisieren in Tabelle lang_message_keysᆱ verletzt Fremdschlüssel-Constraint ï¾»lang_message_keys_fkᆱ
DETAIL: Schlüssel (package_key)=(acs-translations) ist nicht in Tabelle ᄏapm_package_typesᆱ vorhanden.
")

FEHLER: Einfügen oder Aktualisieren in Tabelle ᄏlang_message_keysᆱ verletzt Fremdschlüssel-Constraint ᄏlang_message_keys_fkᆱ
DETAIL: Schlüssel (package_key)=(acs-translations) ist nicht in Tabelle ᄏapm_package_typesᆱ vorhanden.

SQL:
insert into lang_message_keys
(message_key, package_key)
values
('rel_type_contact_rel', 'acs-translations')

while executing
"ns_pg_bind dml nsdb0 {
insert into lang_message_keys
(message_key, package_key)
values
(:message_key, :pack..."
("uplevel" body line 1)
invoked from within
"uplevel $ulevel [list ns_pg_bind $type $db $sql]"

(Sorry for the German messages)

You may have a look a the complete error.log here: http://www.lotsawa.de/cs/trash/contacts-install-error2.log
(search for ##### Error #####).

Thanks again, Christof