I've installed OpenACS on Fedora Core 2 using the automated install script, and the following error appears in the error.log.
Is this error important? How do I fix it if it's going to be a problem?
TIA,
Peter
>>>>>>>>>>
Error: Error sourcing /home/httpd/service0/packages/acs-content-repository/tcl/content-permission-procs.tcl:
can't create procedure "content::revision::revoke_permission_h__arg_parser": unknown namespace
while executing
"proc content::revision::revoke_permission_h__arg_parser {} { ::upvar args args
::for { ::set i 0 } { $i < [::llength $args] } { ::incr i } {
..."
("uplevel" body line 1)
invoked from within
"uplevel [::list proc ${proc_name_as_passed}__arg_parser {} $parser_code]"
(procedure "ad_proc" line 304)
invoked from within
"ad_proc -public content::revision::revoke_permission_h {
-object_id:required
-revokee_id:required
-privilege:required
} {
@param objec..."
(file "/home/httpd/service0/packages/acs-content-repository/tcl/content-permission-procs.tcl" line 172)
invoked from within
"source $__file "
>>>>>