Forum OpenACS Development: Re: Contacts package status

Collapse
Posted by Iuri Sampaio on
so far i got an error, creating new ams-lists. The errror seems pretty simple but somehow i can;t locate it :(

[28/Nov/2006:03:14:56][3590.1099148208][-conn:conaje::3] Error: lang::message::lookup: Key 'ams.Table' does not exist in en_US
[28/Nov/2006:03:15:10][3590.1100196784][-conn:conaje::4] Error: lang::message::lookup: Key 'ams.Object_Types' does not exist in en_US
[28/Nov/2006:03:15:10][3590.1100196784][-conn:conaje::4] Error: lang::message::lookup: Key 'ams.Table' does not exist in en_US
[28/Nov/2006:03:15:12][3590.1097051056][-conn:conaje::1] Error: lang::message::lookup: Key 'ams.Table' does not exist in en_US
[28/Nov/2006:03:15:21][3590.1096002480][-conn:conaje::0] Error: Ns_PgExec: result status: 7 message: ERROR: function ams_list__new() does not exist
HINT: No function matches the given name and argument types. You may need to add explicit type casts.

[28/Nov/2006:03:15:21][3590.1096002480][-conn:conaje::0] Error: POST http://192.168.1.10:8090/ams/list-add?
referred by "http://192.168.1.10:8090/ams/list-add?object_type=party";
Database operation "0or1row" failed (exception NSDB, "Query was not a statement returning rows.")

ERROR: function ams_list__new() does not exist
HINT: No function matches the given name and argument types. You may need to add explicit type casts.

SQL:

select ams_list__new()


while executing
"ns_pg_bind 0or1row nsdb0 {

select ams_list__new()

}"
("uplevel" body line 1)
invoked from within
"uplevel $ulevel [list ns_pg_bind $type $db $sql]"
("postgresql" arm line 2)
invoked from within
"switch $driverkey {
oracle {
return [uplevel $ulevel [list ns_ora $type $db $sql] $args]
}
..."
invoked from within
"db_exec 0or1row $db $full_statement_name $sql"
invoked from within
"if {[regexp -nocase -- {^\s*select} $test_sql match]} {
# ns_log Debug "PLPGSQL: bypassed anon function"
set selection..."
("uplevel" body line 6)
invoked from within
"uplevel 1 $code_block "
invoked from within
"db_with_handle -dbn $dbn db {
# plsql calls that are simple selects bypass the plpgsql
# mechanism for creating anonymous fun..."
(procedure "db_exec_plsql" line 57)
invoked from within
"db_exec_plsql create_object {}"
(procedure "package_instantiate_object" line 113)
invoked from within
"package_instantiate_object -extra_vars $extra_vars ams_list"
(procedure "ams::list::new" line 26)
invoked from within
"ams::list::new -list_id $list_id -package_key $package_key -object_type $object_type -list_name $list_name -pretty_name $pretty_name -description..."
("uplevel" body line 5)
invoked from within
"uplevel #$level $on_submit"
("1" arm line 1)
invoked from within
"switch $errno {
0 {
# TCL_OK
}
1 {
# TCL_E..."
(procedure "ad_form" line 625)
invoked from within
"ad_form -name list_form -form {
{list_id:key}
{package_key:text(select) {label "[_ ams.Package_Key_1]"} {options $package_options}}
{objec..."
("uplevel" body line 28)
invoked from within
"uplevel {
ad_page_contract {

@author Matthew Geddert mailto:openacs@geddert.com
@creation-date 2004-07-28
@cvs-id $Id: list-add.tcl,v 1.4 2005/0..."
(procedure "code::tcl::/home/oacsbr/conaje/packages/ams/www/list-add" line 2)
invoked from within
"code::tcl::$__adp_stub"
invoked from within
"if { [file exists $__adp_stub.tcl] } {

# ensure that data source preparation procedure exists and is up-to-date
adp_init tcl $__adp_stub
..."
("uplevel" body line 3)
invoked from within
"uplevel {

if { [file exists $__adp_stub.tcl] } {

# ensure that data source preparation procedure exists and is up-to-date
adp_init t..."
(procedure "adp_prepare" line 2)
invoked from within
"adp_prepare "
(procedure "template::adp_parse" line 30)
invoked from within
"template::adp_parse [file root [ad_conn file]] {}"
(procedure "adp_parse_ad_conn_file" line 5)
invoked from within
"$handler"
("uplevel" body line 2)
invoked from within
"uplevel $code"
invoked from within
"ad_try {
$handler
} ad_script_abort val {
# do nothing
}"
invoked from within
"rp_serve_concrete_file [ad_conn file]"
(procedure "rp_serve_abstract_file" line 60)
invoked from within
"rp_serve_abstract_file "$root/$path""
("uplevel" body line 2)
invoked from within
"uplevel $code"
invoked from within
"ad_try {
rp_serve_abstract_file "$root/$path"
set tcl_url2file([ad_conn url]) [ad_conn file]
set tcl_url2path_info..."

Collapse
Posted by Iuri Sampaio on
ok done. all the installation errors seems to be gone.
I just ran all the update scripts mannually and then instanciate the pkg