Forum OpenACS Development: Re: bug fixes from 4.6 merged to HEAD

Collapse
Posted by tammy m on
Hi

Just a note to let everyone know that I got to the final install page of the OACS today. I had only a couple errors in the process. Not sure yet how badly they affect the use of OACS since I'm going to lunch before playing any further. I'm happy about the install now and don't want to bum myself out before lunch!

Anyway, I have the cvs head of the 4.6 branch ( I think! I checked it out with "cvs -z3 -d :pserver:mailto:anonymous@openacs.org/cvsroot co openacs4" this morning (Jan 20).
I'm running postgres 7.3.1 on redhat linux 7.3 (with a later kernel).

The 2 errors I saw in my error log (didn't show up on any of the OACS install screens) were:

This one during the install screens somewhere:
[20/Jan/2003:11:54:51][22490.2051][-sched-] Notice: Running scheduled proc
search_indexer...
[20/Jan/2003:11:54:51][22490.2051][-sched-] Error: invalid command name
"search_indexer"
invalid command name "search_indexer"
    while executing
"search_indexer"
    ("eval" body line 1)
    invoked from within
"eval [concat [list $proc] $args]"
    (procedure "ad_run_scheduled_proc" line 43)
    invoked from within
"ad_run_scheduled_proc {f f 60 search_indexer {} 1043092011 0 t}"

This one after I restarted the server:
[20/Jan/2003:11:58:26][22552.2051][-sched-] Error:
lang::catalog::import_from_files - The import of file
/www/nsroot/myhost/packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml
failed, error message is:

invalid command name "ns_charsets"

stack trace:

invalid command name "ns_charsets"
    while executing
"ns_charsets"
    (procedure "default_charset_if_unsupported" line 2)
    invoked from within
"default_charset_if_unsupported $msg_encoding"
    (procedure "read_file" line 7)
    invoked from within
"read_file $file_path"
    (procedure "import_messages_from_file" line 6)
    invoked from within
"import_messages_from_file $file_path"

This last error occurred for multiple language packages.

Thanks for all the help:)
        t