Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2459 visitors today
Log In Register

Forum OpenACS Development: Response to Problem Deleting package from APM

OpenACS Home : Forums : OpenACS Development : Response to Problem Deleting package from APM : One Message

+
Posted by Tilmann Singer on
Concerning the datamodel drop problem: you might have been run in bug #1072 that prevented deletion of packages with registered parameters on the postgresql version. This bug has been fixed recently, so if you have done an upgrade and recreated the database (re-installed acs) it has propably been eliminated.

Btw, for quick testing it's easier to load the datamodel create and drop scripts directly in psql/sqlplus, using i <bla-drop.sql> (that should read backslash-i) / @ <bla-drop.sql>