Index: openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl 17 Mar 2003 20:18:32 -0000 1.4 +++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl 11 Apr 2003 03:58:09 -0000 1.5 @@ -9,7 +9,7 @@ upvar $errors my_errors upvar $error_p my_error_p - foreach pool [db_available_pools] { + foreach pool [db_available_pools {}] { if { [catch { set db [ns_db gethandle -timeout 15 $pool]}] || ![string compare $db ""] } { # This should never happened - we were able to grab a handle previously, why not now? append my_errors "(db_bootstrap_checks) Internal error accessing pool \"$pool\".
" Index: openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 17 Mar 2003 20:18:32 -0000 1.8 +++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 11 Apr 2003 03:58:09 -0000 1.9 @@ -11,7 +11,7 @@ set my_errors "We found the following problems with your PostgreSQL installation: