You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_tcl-dev@tcl.apache.org by Luca <ni...@darkroot.it> on 2005/03/16 20:14:06 UTC

mod_tcl TEST

hi, 
i have tested mod_tcl on Linux (slackware kernel 2.4.29)  the results are:

gcc-3.2.3/tcl-8.4.0/Apache 2.0.52 

with this apache version mod_tcl work fine!!!!

gcc-3.2.3/tcl-8.4.0/Apache 2.0.53 

with this apache version mod_tcl dont work
Server's complete informations: Apache/2.0.53 (Unix) mod_tcl/1.0 mod_ssl/2.0.53 OpenSSL/0.9.7d PHP/5.0.3 

the errors are:
apachelog: 
[error] Tcl_EvalObjEx(X\xfa,\b/www/darkroot.it/weblog/ipfm/index.tm::content_handler): invalid command name "r"

OUTPUT ERROR:
 
TCL Error


invalid command name "r"
    while executing
"r method_number"
    (procedure "/var/www/darkroot.it/weblog/ipfm/index.tm::content_handler" line 7)
    invoked from within
"/var/www/darkroot.it/weblog/ipfm/index.tm::content_handler"Lines  in index.tcl are:#########################proc content_handler { } {    variable pram    variable env    variable ::apache::OK    variable ::apache::M_POST    if { [r method_number] == $M_POST } {        read_post    }    r_set content_type "text/html"    ap_create_environment    set env_list [array names env]    set prm_list [array names pram]    ap_send_http_header....#######################################