Forum OpenACS Development: Response to Installing 4.x from scratch

Collapse
Posted by Don Baccus on
I've done it a lot, but it has been three-four days so something could've broken in the meantime.

For some reason PSQL quit on you, that's what it looks like to me.  The "gets $fp line" call is in a loop that is slurping output from PSQL looking for errors.  "file6" is the name of the file handle "$fp".  Now, the question is, why did it die at that point?

Your post makes it clear that some of the datamodel is loading, how many "create" and similar things were done before it crapped out on you?

We've been having a hard time getting db_source_sql_file to work as well as we'd like (Pascal and I have both whacked at it) because PSQL has this very annoying habit of dumping all output on stderr rather than just errors.