Forum .LRN Q&A: reports on dotlrn.org problems

Collapse
Posted by Rafael Calvo on
Hi
Where should we report problems with the dotlrn.org site? I think it is running .LRN 2.0.3 on Oracle I created a FAQ and when I tried to see it, as user:
Request Error

Message contains a variable named 'survey_name:' which doesn't exist in the caller's environment: message Survey: %survey_name%
Respondent: %user_name% 

Here is what %user_name% %comm_url%>
had to say in response to %survey_name:%
    while executing
"error "Message contains a variable named '$variable_key' which doesn't exist in the caller's environment: message $localized_message""
    (procedure "lang::message::format" line 38)
    invoked from within
"lang::message::format $message $substitution_list [expr $upvar_level + 1"
    (procedure "lang::message::lookup" line 65)
    invoked from within
"lang::message::lookup "" $key "TRANSLATION MISSING" $substitution_list 2"
    (procedure "_" line 2)
    invoked from within
"_ survey.lt_Survey_survey_nameRes_1"
    (procedure "survey_do_notifications" line 28)
    invoked from within
"survey_do_notifications -response_id $response_id"
    invoked from within
"if {[db_string get_response_count {}] == 0} {

    set response_id $new_response_id

    set creation_ip [ad_conn peeraddr]
    if {$initial_response_..."
    ("uplevel" body line 150)
    invoked from within
"uplevel {
    	  ad_page_contract {

    Insert user response into database.
    This page receives an input for each question named
    response_to_q..."
    (procedure "code::tcl::/web/dotlrn2/packages/survey/www/process-response" 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 7)
    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([ad_conn url]) [ad_conn path_inf..."

Collapse
Posted by Carl Robert Blesius on
Interesting.

http://dotlrn.org is running 2.0.1. We should be updating it shortly.

For general reference: David and I have documented the setup here (not oracle): https://openacs.org/projects/dotlrn/dotlrn.org/

Can you try to reproduce this on the test servers please:
http://test.openacs.org

If you can please file a bug in the bugtracker, if not let me know.

Our goal is to make dotlrn.org a reference install (with as few changes as possible) so that any fixes that are made can easily be put directly back into the cvs.