Index: openacs-4/packages/xowf/tcl/xowf-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-init.tcl,v diff -u -r1.3.2.6 -r1.3.2.7 --- openacs-4/packages/xowf/tcl/xowf-init.tcl 9 Mar 2020 11:30:26 -0000 1.3.2.6 +++ openacs-4/packages/xowf/tcl/xowf-init.tcl 14 Jun 2020 19:17:30 -0000 1.3.2.7 @@ -7,7 +7,11 @@ # Make sure, the site-wide pages are loaded, and refetch pages, when # the source code in the prototype pages changes. # -::xowf::Package require_site_wide_pages -refetch_if_modified true +try { + ::xowf::Package require_site_wide_pages -refetch_if_modified true +} on error {errorMsg} { + ns_log error "xowf-init: require_site_wide_pages lead to: $errorMsg" +} # # Run the checker for the scheduled at-jobs.