I just did a fresh install of dotlrn, and I get the following error:
[08/Nov/2002:12:30:33][29806.23][-conn0-] Error: GET http://localhost:8000/dotlrn/admin/?
referred by ""
Invalid switch: "-localize"
while executing
"get__arg_parser"
(procedure "parameter::get" line 1)
invoked from within
"parameter::get -localize -parameter dotlrn_admin_pretty_name"
invoked from within
"set admin_pretty_name [parameter::get -localize -parameter dotlrn_admin_pretty_name]"
("uplevel" body line 25)
invoked from within
"uplevel {
Looking in parameter-procs.tcl I see that parameter get does indeed not have a -localize switch. Where is the new version of parameter::get with the localize switch? I used the head of the 4.6 branch for installation, and I've also checked on the main branch, and I cannot locate the new proc.
Request notifications