Forum OpenACS Q&A: Re: installing BCMS

Collapse
11: Re: installing BCMS (response to 1)
Posted by Jun Yamog on
The admin interface of bcms-ui-base can create the folders in CR.  Just create the folders, otherwise you will be using CR's root folder, which is ok too.

On a side note folders created on template root folder will be published by the CR on a periodic time on acsroot/templates.  Please avoid using "public" and "bcms-ui-base" folder name on the template folder.

Collapse
12: Re: installing BCMS 0.3 (response to 11)
Posted by Davide Toppazzini on
Hi Jun,

I install OpenACS 5.1 on server (RH+Oracle), it returns any errors, and everything is ok.

Then I install BCMS but when I set root folder (http://{myserver}/testopenacs/bcms/admin/set-root-folder) I've been viewing a 'friendly' Server Error:

"No fullquery for dbqd.bcms.tcl.bcms-folder-procs.bcms::folder::get_cr_root_folder.get_cr_root_folder and default SQL empty - query for statement missing
    while executing
"error "No fullquery for $statement_name and default SQL empty - query for statement missing"""

Query missing? what's means?

I've searched in CVS and I've found the same file.(bcms-folder-procs.tcl):

ad_proc -public bcms::folder::get_cr_root_folder {} {
    Gets the CR Pages root, this is helpful as BCMS will always
    create its root from there.

    @return the folder_id of cr_folder's Pages root
} {
    return [db_string get_cr_root_folder {}]  # <----  WHERE IS THE QUERY???
}

How could I install BCMS?

Bye Davide