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

Collapse
Posted by Bjorn Thor Jonsson on

OpenACS doesn't start for me either, I get this error:

[16/Jan/2003:16:00:02][9311.8192][-main-] Error: Server startup failed: Error during bootstrapping
can't read "db": no such variable
    while executing
"ns_db 0or1row $db "select proname from pg_proc where proname = '__test__' and pronargs = 0""
    (file "/home/efnisvaki/web/openacs-head/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl" line 1)

This is different from the errors I was getting yesterday.

Collapse
Posted by Peter Alberer on
My post was a solution to the problem:

You have to add a "{" to line 44 in file
"acs-bootstrap-installer/db-init-checks-postgresql.tcl"
} elseif { [string equal $version "7.3"] } {
(the last "{" was missing)