Index: openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl 25 Sep 2003 10:47:55 -0000 1.13 +++ openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl 25 Sep 2003 13:07:01 -0000 1.14 @@ -84,6 +84,9 @@ # Installation of the package failed and we shouldn't continue with installation # as there might be packages depending on the failed package. Ideally we should # probably check for such dependencies and continue if there are none. + ns_write " +[ad_footer]" + ad_script_abort } Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -r1.53 -r1.54 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 25 Sep 2003 10:47:56 -0000 1.53 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 25 Sep 2003 13:07:01 -0000 1.54 @@ -528,7 +528,12 @@ apm_callback_and_log -severity Error $callback "

Failed to install $version(package-name), version $version(name). The following error was generated:

[ad_quotehtml $errmsg] -
" + + +

+NOTE: If the error comes from a sql script you may try to source it manually. When you are done with that you should revisit the APM and try again but remember to leave the manually souced sql scipts unchecked on the previous page. +

+" return 0 }