London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I have upgraded Episerver.Forms from 5.7.1 to 5.7.2 on a solution that otherwise has the newest Optimizely nugets.
On initialization, I get the following error in my Startup.cs, and then the application crashes.
EPiServer.Framework.Initialization.InitializationException: 'Initialize action failed for Initialize on class EPiServer.Forms.EditView.InitializationModule, EPiServer.Forms.UI, Version=5.7.2.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'
Inner Exception
EPiServerException: When ACL is not inherited, there must be at least one entry.
This exception was originally thrown at this call stack:
EPiServer.DataAccess.Internal.ContentAclDB.Save(EPiServer.Core.ContentReference, EPiServer.Security.IContentSecurityDescriptor, EPiServer.Security.SecuritySaveType)
EPiServer.Core.Internal.DefaultContentProvider.SaveSecurityDescriptor(EPiServer.Core.ContentReference, EPiServer.Security.IContentSecurityDescriptor, EPiServer.Security.SecuritySaveType)
EPiServer.Core.Internal.DefaultContentSecurityRepository.Save(EPiServer.Core.ContentReference, EPiServer.Security.IContentSecurityDescriptor, EPiServer.Security.SecuritySaveType)
EPiServer.Forms.EditView.Internal.MigrationService.UpdateMissingUploadFolderACL()
EPiServer.Forms.EditView.JobScheduler.UpdateUploadFolderACLJob.Execute()
EPiServer.Forms.EditView.InitializationModule.TryExecuteUpdateFolderACLJob()
EPiServer.Forms.EditView.InitializationModule.Initialize(EPiServer.Framework.Initialization.InitializationEngine)
EPiServer.Framework.Initialization.Internal.ModuleNode.Initialize.AnonymousMethod__0()
EPiServer.Framework.Initialization.Internal.ModuleNode.Execute(System.Action, string)
EPiServer.Framework.Initialization.Internal.ModuleNode.Initialize(EPiServer.Framework.Initialization.InitializationEngine)