Forum OpenACS Q&A: Re: Unable to login after upgrade to OpenACS 5.1

Collapse
Posted by Giancarlo Luxardo on
I got the same error upgrading to 5.1.2 with CVS. I managed to repair the server with Malte's method but renaming the file zzz-postload.tcl to zzz.tcl.postload because of this:

foreach file [glob -nocomplain ${tcllib}/*.tcl.postload] {
    ns_log Notice "postloading $file"
    source "$file"
}