World is now on Opti ID! Learn more
AI OnAI Off
World is now on Opti ID! Learn more
Hi Paul
You can review any breaking changes for CMS 11 here: https://world.episerver.com/documentation/upgrading/Episerver-CMS/cms-11/breaking-changes-cms-11/.
Its probably worth looking at the implementation of Business.ContentConfiguration.ILandingPageConfiguration as this is not an Episerver component so see what this is doing and see why its returning null. The IContentLoader implementation doesn't appear to be being used as part of landingPageConfig in the code you have pasted in.
David
We're working to upgrade Epi 10 CMS to 11. We have alot of code like below.
When we run the site, landingPageConfig.GetLandingPageReference("AccessRequestForm"); now comes back NULL without any other changes to the site code, for the most part.
Where there big changes in Content Loading that we should know about?