I installed OpenACS 3.2.5 and tried to create some customized tcl
procedures.
I put a commonly called procedure(foo-defs.tcl) in the private tcl
directory (/web/openacs/tcl) as module-name-defs.tcl. After restart
aolserver, this tcl procedure is not sourced.
I don't what's wrong and can't find help in the documentation and faq
(version 4 has a thread but not 3.2.5). I wrote the tcl procedure in
the following format:
proc name { parameter } {
proc content
}
What else should I do to make it work?
Thanks,