Index: openacs-4/packages/acs-tcl/tcl/site-nodes-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-init.tcl,v diff -u -N -r1.8.2.2 -r1.8.2.3 --- openacs-4/packages/acs-tcl/tcl/site-nodes-init.tcl 8 Mar 2022 08:59:30 -0000 1.8.2.2 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-init.tcl 10 Mar 2022 06:45:38 -0000 1.8.2.3 @@ -14,7 +14,7 @@ # In case, we have a recent version of NaviServer, we can use # ns_urlspace for mapping tree data. # -if {[namespace which ns_urlspace] ne ""} { +if {[namespace which ns_urlspace] ne "" && [::acs::dc info lookup method call] ne ""} { # # Prefetch paths, which should not be mapped to the base node "/", # since these have to go through the classical mapping, where we