Forum OpenACS Q&A: Problems with ETP in OACS 4.6

Collapse
Posted by Sandhya Subash on
Hi all,

I was mounting the ETP package on OACS 4.6 and got this error.
Is this a bug with this package? 
Here's the error:

Request Error
invalid command name "etp::get_application_param"
    while executing
"etp::get_application_param index_template"
    invoked from within
"if {[empty_string_p $name] || $name == "index"} {
    set path "$server_root/[etp::get_application_param 
index_template]"
} elseif {[string match "etp..."
    (file "/home/t2002u1/oacs4.6/packages/edit-this-
page/www/index.vuh" line 31)
    invoked from within
"source [ad_conn file]"
    (procedure "rp_handle_tcl_request" line 3)
    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..."


Any ideas what the problem is??

Thanks
Sandhya