I've got a problem with Countor forms not saving to a custom database, but the data is saved in the umbraco database so I can view the data from the back office in the CMS.
We've setup Castle Windsor for dependency injection and we've had to add installers for a couple of the back office API controllers...
So I'm wondering if Contour is not being provided with something it needs?
The error in the Umbraco logs is:2013-10-25 10:04:42,064 [9] INFO NHibernate.Impl.SessionFactoryObjectFactory - no name configured
Form not saving in database
Hi,
I've got a problem with Countor forms not saving to a custom database, but the data is saved in the umbraco database so I can view the data from the back office in the CMS.
We've setup Castle Windsor for dependency injection and we've had to add installers for a couple of the back office API controllers...
So I'm wondering if Contour is not being provided with something it needs?
The error in the Umbraco logs is:2013-10-25 10:04:42,064 [9] INFO NHibernate.Impl.SessionFactoryObjectFactory - no name configured
Any suggestions? Thanks, John
Comment author was deleted
Yeah seems like the error is coming from NHibernate.. looks like something wasn't configured correctly
is working on a reply...