Forum OpenACS Q&A: Cannot install packages

Collapse
Posted by Craig Jin on
After the core installation of OpenACS, there is a problem with installing packages in that the package data model is not loaded into the database. For example, it fails to execute the notes-create.sql file. I can manually execute the file and then the package is installed properly.
How can I enable the automatic execution of the file?

I am running Redhat 7.3, postgres 7.2.2.

Thanks,
Craig

Collapse
Posted by Samir Joshi on
Hi Craig,

By manual exectution, do you mean typing  psql at the command line ?

After selection of packages, the next page in the install packages sequence provides opportunity to unselect data model loading by clearing check-box against the corresponding <package-name>-create.sql file. By default, this is selected, i.e. the data model will load automaticaly if you just click the next button.