Forum OpenACS Development: Re: 5.0 upgrade process requires Tcl Calls

Collapse
Posted by Caroline Meeks on
Ok I fixed that problem by running  upgrade-5.0.0b3-5.0.0b4.sql. I must have missed it.

Next problem is when I go to look at acs-admin it tries to log me in. From register/index e its doing the select_authority query with authority_id = NULL so the error is:

Query did not return any rows.
    while executing
"db_1row select_authority "
        select    [join $columns ",\n                  "]
        from      auth_authorities
        where      authorit..."

Collapse
Posted by Jeff Davis on
Caroline, the apm_package__singleton_p proc was wrong in the upgrade script, I updated the upgrade-5.0.0b3-5.0.0b4.sql to fix it (I had already fixed the create script) so you might want to replace it with a correct one or suffer the consequences down the road :)

Also, I applied a couple patches to the upgrade scripts so anyone trying to work through upgrading might want to do a cvs update...