Hello,
I'm having this error trying to add a lams lesson:
error "mismatched tag" at line 1 character 1054
" Web/2.1.3.GA</h3><--Error-- ></html>"
while executing
"dom parse $xml"
("uplevel" body line 57)
invoked from within
"uplevel {
# packages/lams2int/www/admin/add.tclad_page_contract {
Adds a LAMS lesson
@author Ernie Ghiglione (mailto:ErnieG@melcoe.mq.edu...";
(procedure "code::tcl::/usr/share/dotlrn/packages/lams2int/www/admin/add" line 2)
invoked from within
"code::tcl::$__adp_stub"
("uplevel" body line 12)
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..."
The XML response page is "HTTP Status 400 - can not retrieve user information"
You have any idea on what's happening?
Thanks.