Hello, here is another issue that I'm finding
When I try to view the Technical MD in the metadata section I found this:
No fullquery for dbqd.lorsm.www.admin.md.technicalmd.select_te_form and default SQL empty - query for statement missing
    while executing
"error "No fullquery for $statement_name and default SQL empty - query for statement missing""
    (procedure "db_qd_replace_sql" line 10)
    invoked from within
"db_qd_replace_sql $statement_name $pre_sql"
    (procedure "db_exec" line 13)
    invoked from within
"db_exec select $db $full_statement_name $sql"
    invoked from within
"set selection [db_exec select $db $full_statement_name $sql]"
    ("uplevel" body line 2)
    invoked from within
"uplevel 1 $code_block "
    invoked from within
"db_with_handle -dbn $dbn db {
            set selection [db_exec select $db $full_statement_name $sql]
            set local_counter 0
            # ..."
    ("uplevel" body line 6)
    invoked from within
"uplevel 1 {
        if { !$append_p || ![info exists counter]} {
            set counter 0
        }
        db_with_handle -dbn $dbn db {
         ..."
    (procedure "db_multirow_helper" line 2)
    invoked from within
"db_multirow_helper"
    (procedure "db_multirow" line 68)
    invoked from within
"db_multirow d_te_form select_te_form {}"
    ("uplevel" body line 22)
    invoked from within
"uplevel {
ad_page_contract {
    Displays/Adds IMS Metadata Metametadata
    @author Ernie Ghiglione (mailto:ErnieG@mm.st)
    @creation-date 30 January 200..."
    (procedure "code::tcl::/var/lib/aolserver/mdotlrn2.5/packages/lorsm/www/..." 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"
    invoked from within
"template::adp_parse [file root [ad_conn file]] {}"
    (procedure "adp_parse_ad_conn_file" line 6)
    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/[ad_conn extra_url]""
    ("uplevel" body line 2)
    invoked from within
"uplevel $code"
    invoked from within
"ad_try {
            rp_serve_abstract_file "$root/[ad_conn extra_url]"
            set tcl_url2file([ad_conn url]) [ad_conn file]
            set tcl..."
I don't if I'm doing something wrong or maybe there is a problem in the package...
Thanks again!