Forum OpenACS Q&A: Re: (MYOPENACS.ACS_OBJECTS_OBJECT_TYPE_FK) violated

Collapse
Posted by Dave McBride on
See if there is a line in the    acs_object_type.create_type
call such as this:

package_name  => 'NAME'

For some reason, this line allows only one object type to be created for that package name.  I removed it from my calls and  the error does not happen.

Dave