I installed another instance of OpenACS 5.0 b4 for another project.
With it, I grabbed Forums and FAQ from CVS since the tarball is only the core install
cvs -z3 -d :pserver:mailto:anonymous@openacs.org:/cvsroot co forums
cvs -z3 -d :pserver:mailto:anonymous@openacs.org:/cvsroot co faq
(and all of the requisite modules)
when I try to run admin on faq or forums, I get the following error (line numbers are a little different for each)
Required switch -multirow not provided
while executing
"template::list::create__arg_parser"
(procedure "template::list::create" line 1)
invoked from within
"template::list::create -name faqs -elements {
edit {
link_url_col edit_url
display_template {
<img s..."
("uplevel" body line 27)
invoked from within
"uplevel {
#faq/www/admin/index.tcl
According to the API docs, -multirow is a required, but in checking the code for both, it is missing. Did 5.0 CVS change the API or am I doing something wrong?