Index: openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl,v diff -u -N -r1.36.2.10 -r1.36.2.11 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 28 Mar 2017 06:46:51 -0000 1.36.2.10 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 21 Apr 2017 14:22:45 -0000 1.36.2.11 @@ -573,7 +573,7 @@ [exec [apm_gzip_cmd] -d -q -c -S .apm $file_path | [apm_tar_cmd] tf - 2> [apm_dev_null]]] "\n"] apm_callback_and_log $callback "
  • Done. Archive is [format %.1f [expr { [file size $file_path] / 1024.0 }]]KB, with [llength $files] files.
  • " } errmsg] } { - apm_callback_and_log $callback "The follow error occured during the uncompression process: + apm_callback_and_log $callback "The follow error occurred during the uncompression process:
    [ns_quotehtml $errmsg]

    " ns_log Error "Error loading APM file form url $url: $errmsg\n$::errorInfo"