November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi,
I don't know why it is missing, but it should be there in web.config of Commerce Manager site. It should be something like this:
<CommerceFramework> .... <ContentManagement configSource="Configs\ecf.cms.config" />
....
</CommerceFramework>
Add this and it should work for you.
Regards.
/Q
Hi,
Yeah I did ascertain as much. Not sure why it was missing either. As a said, it was a pretty stock standard installation. One to look out for I guess.
Cheers,
Damien
Hi,
We're on the version (8.11) of EPiServer Commerce and I'm pretty sure we did a buy the book installation using the Nuget packages. However, after installation we were getting a Null reference error on the Edit Contact Details page in EPiServer Commerce. Following the stack trace and reflecting a few libraries I nailed it down to the Mediachase.Cms.CmsConfiguration instance. This was null since we were missing the ContentManagement configuration in the web.config that hooks up the ContentManagement section in the ecf.cms.config.
Was removing this config intentional? If so, have all references to CmsConfiguration being replaced in a newer version? Clearly we were experiencing a disconnect.
Cheers,