Forum OpenACS Q&A: OpenACS 5.0 b4 tarball

Collapse
Posted by Chris Davies on
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?

Collapse
2: Re: OpenACS 5.0 b4 tarball (response to 1)
Posted by Jade Rubick on
Chris, have you seen:

https://openacs.org/4/checkout

I'd try getting it from the 5.0 branch instead of HEAD.

Collapse
3: Re: OpenACS 5.0 b4 tarball (response to 2)
Posted by Chris Davies on
That worked.  Thanks!