Hi everybody,
We have a strange problem in one of our projects.
We use OACS 5.4.3 / dotrln 2.2.0b1 and postgresql 8.2
Everything was ok till we add new subsite in the site-map.
Since then, we've an error when we create a new dotlrn classe/club :
Database operation "0or1row" failed
(exception NSINT, "Query returned more than one row.")
(Status of PQexec call: none; PQexec returned null pointer)
SQL:
select package_id
from apm_packages
where package_key = 'acs-subsite'
.....
This query return
package_id
------------
239389
240517
240870
461
(4 rows)
My problem is that I don't know if it's normal to have many package_key with the same "key" when we create new subsite
Does anybody have the same problem ?
Thanks for help
Denis