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 -r1.118.2.17 -r1.118.2.18 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 28 May 2016 09:53:03 -0000 1.118.2.17 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 29 May 2016 10:05:16 -0000 1.118.2.18 @@ -737,7 +737,8 @@ ad_conn -set locale $locale ad_conn -set language [lang::conn::language -locale $locale] ad_conn -set charset [lang::util::charset_for_locale $locale] - }] } { + } errorMsg] } { + ad_log error "language setup failed: $errorMsg" # acs-lang doesn't seem to be installed. Even though it must be installed now, # the problem is that if it isn't, everything breaks. So we wrap it in # a catch, and set locale and language to the empty strings.