Forum .LRN Q&A: Re: .LRN 2.2 Beta1

Collapse
4: Re: .LRN 2.2 Beta1 (response to 1)
Posted by Nima Mazloumi on
Creating a new forum message works but afterwards the redirect to forums/message-view?message_id=3052163#3052165

fails as there is a #3052165 in this case added to the url and the server complains:

message_id is not an integer.

Trying to manage subscriptions:
/news-aggregator/subscriptions

results to the error

aggregator_id is not an integer

If you have ETP installed and try to access it via one-community-admin. I get the following error:

invalid command name "site_node"
    while executing
"site_node $parent_url"
    invoked from within
"array set parent_site_node [site_node $parent_url]"
    ("uplevel" body line 41)
    invoked from within
"uplevel {
#
#  Copyright (C) 2001, 2002 MIT
#
#  This file is part of dotLRN.
#
#  dotLRN is free software; you can redistribute it and/or modify it u..."
    (procedure "code::tcl::/www/unima0/packages/edit-this-page/www/etp-insta..." 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..."

I tried to upload an image when creating a new news item and got:

Image must be one of the following types:

The image was a jpeg. So I assume this is a bug.

Collapse
12: Re: .LRN 2.2 Beta1 (response to 4)
Posted by Matthew Coupe on
Creating a new forum message works but afterwards the redirect to forums/message-view?message_id=3052163#3052165

fails as there is a #3052165 in this case added to the url and the server complains:

message_id is not an integer.

Was this ever fixed?