Forum OpenACS Development: Re: XCMS-UI, yet another content management user interface.

Collapse
Posted by xx xx on
Dave I just checked out acs-core and xcms-ui from HEAD. It seems there are still several errors.

I encountered a missing a named parameter, an error referencing bcms-ui, and a "Form add-item does not exist" error

Form add-item does not exist
    while executing
"error "Form $id does not exist""
    invoked from within
"if { ! [info exists elements] } {
      error "Form $id does not exist"
    }"
    ("uplevel" body line 7)
    invoked from within
"uplevel {
    set level [template::adp_level]

    upvar #$level $id:elements elements $id:properties properties 
    upvar #$level $id:properties for..."
    (procedure "get_reference" line 2)
    invoked from within
"get_reference"
    (procedure "template::form::render" line 2)
I looked at the preview at http://tdav.museatech.net:8090 but when I try to view the pages it gives me a "File not found" message.

Are you still working on xcms-ui, or anybody else? Are there any bug fixes that you could commit?