Forum OpenACS Q&A: Response to Error send by Opeacs.

Collapse
Posted by Jeff Davis on
Also, I checked and there are calls to apm_package_id_from_key for the following modules even though they are not set as singleton-p:
 package_key  | singleton_p 
--------------+-------------
 clickthrough | f
 search       | f
 glossary     | f
 payflowpro   | f
Someone should either fix the apm_package_id_from_key or make the packages singleton-p t. I have not looked at the code really to figure out which is the right answer for each package.

Thanks for pointing this out, H. The system just should not ever let this happen and steps will be taken to prevent such errors in the future.