I just installed OpenACS 3.2.4, and the custom-sections are not
working correctly. I think the scripts in /admin/custom-sections
are using ns_ora instead of ns_db functions.
example from add-page-2.tcl :
working correctly. I think the scripts in /admin/custom-sections
are using ns_ora instead of ns_db functions.
example from add-page-2.tcl :
if [catch {
ns_ora clob_dml $db "
insert into content_files
(content_file_id, section_id, file_name, file_type,
page_pretty_name, body, html_p) ......
is this abug or it's just that custom-sections is not ported yet?
I'm new to Tcl, SQL and ACS, so I can't figure out a workaround or
hack to this problem.
Request notifications