Index: openacs-4/packages/new-portal/www/render_styles/individual/render-element.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/render_styles/individual/render-element.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/new-portal/www/render_styles/individual/render-element.tcl 19 Dec 2002 16:31:21 -0000 1.9 +++ openacs-4/packages/new-portal/www/render_styles/individual/render-element.tcl 20 Apr 2004 21:13:51 -0000 1.10 @@ -34,7 +34,8 @@ # If the error is in the element's "show" proc, the error will # be shown in the content of the portlet. This is for errors other # than with the "show" proc. It hides the entire PE - ns_log error "\n\n *** Error in portal/www/render_sytles_/indiviudal/render-element.tcl \n Uncaught exception when calling portal::evaluate_element \n with element_id $element_id\n\n" + global errorInfo + ns_log error "\n\n *** Error in portal/www/render_sytles_/indiviudal/render-element.tcl \n Uncaught exception when calling portal::evaluate_element \n with element_id $element_id. errmsg: $errmsg\n\n$errorInfo" array set element {content {}} } else {