Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -N -r1.54 -r1.55 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 29 Dec 2003 20:08:52 -0000 1.54 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 5 Jan 2004 16:00:11 -0000 1.55 @@ -706,7 +706,9 @@ } { if { ![info exists message] } { - upvar #0 errorInfo message + global errorInfo + # We need 'message' to be a copy, because errorInfo will get overridden by some of the template parsing below + set message $errorInfo } set error_url [ad_conn url]