Index: openacs-4/packages/acs-bootstrap-installer/installer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer.tcl,v diff -u -r1.31.2.4 -r1.31.2.5 --- openacs-4/packages/acs-bootstrap-installer/installer.tcl 13 Jul 2020 12:02:33 -0000 1.31.2.4 +++ openacs-4/packages/acs-bootstrap-installer/installer.tcl 27 Oct 2021 16:42:15 -0000 1.31.2.5 @@ -394,6 +394,14 @@ " ns_write "\n\n" + # + # At this time, the basic data model and the proc + # "ad_acs_kernel_id" are defined, such we can also define the + # global variable for bootstrap, which is already needed for the + # out-of-band sourcing of 20-memoize-init.tcl below. + # + set ::acs::kernel_id [ad_acs_kernel_id] + # Some APM procedures use util_memoize, so initialize the cache # before starting APM install array set errors {}