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

Collapse
Posted by Bjorn Thor Jonsson on

Peter, your solution fixed the startup problem (sorry for not noticing it at first).

But then I still get stuck at the fourth installation screen, "OpenACS Installation: Set System Information", when clicking the "Set System Information ->" button these errors show up in the log:

[16/Jan/2003:17:20:41][9700.57352][-conn4-] Error: Error sourcing /home/efnisvaki/web/openacs-head/packages/acs-bootstrap-installer/installer/site-info-2.tcl:
Database operation "0or1row" failed (exception NSDB, "Query was not a statement returning rows.")
    while executing
"ns_pg_bind 0or1row nsdb0 {
            select apm__set_value(
                :package_id,
                :parameter,
                :value
        ..."
[snip]

Does noone else get this error?

Collapse
Posted by Jeff Davis on
Can you either get a more recent copy of the postgres driver
or get the real error message from the -error.log file?
"Query was not a statement returning rows." is the generic
error and sort of impossible to fix from that.

That said, it might be related to having removed workflow from the core (I thought lars had fixed that one though).