Forum OpenACS Development: Re: openacs.org upgrade: things do be done

Collapse
Posted by Don Baccus on
That box on the main page is ordered by forum, then by the last child post descending. So within the list for each forum it is indeed most-recent-on-top. Originally it ordered posts chronologically and didn't group them by forum, I thought that was quite ugly and after discussing it in IRC with a couple of folks changed it to group by forum as it does not.
I see, makes more sense now than before, just that I was used to the previous way, thanks for the change.
Collapse
Posted by Joel Aufrecht on
I changed the openacs.org process to use the openacs user instead of the maltes user.

There are several errors in the openacs.org log on startup:

[08/Dec/2004:20:17:22][10927.4143927968][-main-] Notice: nsmain: AOLserver/4.0.9 starting
...
[08/Dec/2004:20:17:59][10927.4143927968][-main-] Error: Aborting transaction due to error:
Database operation "0or1row" failed (exception NSDB, "Query was not a statement returning rows.")

ERROR:  duplicate key violates unique constraint "acs_sc_impl_alias_un"
CONTEXT:  PL/pgSQL function "acs_sc_impl_alias__new" line 12 at SQL statement

SQL:
        select acs_sc_impl_alias__new(
                'FtsContentProvider',          -- impl_contract_name
                'journal_issue',                        -- impl_name
                'datasource',                  -- impl_operation_name
                'etp::revision_datasource',    -- impl_alias
                'TCL'                          -- impl_pl
        )
(three times)

[08/Dec/2004:20:18:05][10927.4143927968][-main-] Error: Error executing initialization code block search_engine_driver in /var/lib/aolserver/openacs.org/packages/openfts-driver/tcl/openfts-driver-in
it.tcl: Unable to locate /usr/local/src/Search-OpenFTS-tcl-0.1.
    while executing
"error "Unable to locate $openfts_tcl_src_path.""

...
[08/Dec/2004:20:18:07][10927.4115127216][-driver-] Notice: driver: accepting connections
Total start time is 45 seconds.

This error also occurs from time to time:
[08/Dec/2004:20:13:31][3638.4133436336][-sched-] Warning: irc::logger::apply_xslt - Could not parse /web/openacs.org/data/eavesdrop/log/2004-12-09.rdf: error "not well-formed (invalid token)" at lin
e 430 character 27
"<foaf:chatEven      < <--Error-- rdf:li>
      <foaf:chatEvent rdf:ID=""
[08/Dec/2004:20:13:31][3638.4133436336][-sched-] Error: can't read "rdf": no such variable
can't read "rdf": no such variable
    while executing
"$rdf delete"
    (procedure "irc::logger::apply_xslt" line 31)
    invoked from within
"irc::logger::apply_xslt  -rdf_log $irc_rdf_log  -xsl_style [parameter::get  -parameter xsl_stylesheet  -package_id $package_id  -default "[acs_package..."