Forum OpenACS Development: can any one guess?

Collapse
Posted by Prabu Thirumeni on
Hi friends,

When i am trying to create an activity (made changes in the code of creating new project) in ]Project-Open[.

I got the below error....

Could any one please help me ?

There was a server error processing your request. We apologize.
Please contribute to remove this error by pressing the button below:

Here is a detailed dump of what took place at the time of the error, which may assist a programmer in tracking down the problem:

can't read "1": no such variable
while executing
"set $__db_tcl_var"
("for" body line 7)
invoked from within
"for {set __db_i [expr [llength $__db_lst] - 1]} {$__db_i >= 0} {incr __db_i -1} {
set __db_ws [lindex [lindex $__db_lst $__db_i] 0]
..."
("uplevel" body line 3)
invoked from within
"uplevel {
set __db_lst [regexp -inline -indices -all -- {:?:\w+} $__db_sql]
for {set __db_i [expr [llength $__db_l..."
(procedure "db_bind_var_substitution" line 5)
invoked from within
"db_bind_var_substitution {
begin
:1 := im_activity.new(
object_type => 'im_activity',
creation_date => :creation_date,
creation_user ..."
("uplevel" body line 1)
invoked from within
"uplevel 2 [list db_bind_var_substitution $sql]"
invoked from within
"db_exec_plpgsql $db $full_statement_name $sql $statement_name"
invoked from within
"if {[regexp -nocase -- {^\s*select} $test_sql match]} {
ns_log Debug "PLPGSQL: bypassed anon function"
set selection [..."
................
...............

Thanks in advance