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