We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During installation the site template fails to generate the site
The installer fails
Should install
0:28 Minutes | 48% ERROR:Error parsing site template.Unable to cast object of type 'DotNetNuke.Security.Permissions.PermissionInfo' to type 'DotNetNuke.Abstractions.Security.Permissions.IPermissionInfo'. at DotNetNuke.Security.Permissions.PermissionProvider.SaveFolderPermissions(IFolderInfo folder) at DotNetNuke.Security.Permissions.FolderPermissionController.SaveFolderPermissions(IFolderInfo folder) at DotNetNuke.Entities.Portals.Templates.PortalTemplateImporter.ParseFolderPermissions(XmlNodeList nodeFolderPermissions, Int32 portalId, FolderInfo folder) at DotNetNuke.Entities.Portals.Templates.PortalTemplateImporter.ParseFolders(XmlNode nodeFolders, Int32 portalId) at DotNetNuke.Entities.Portals.Templates.PortalTemplateImporter.ParseTemplateInternal(Int32 portalId, Int32 administratorId, PortalTemplateModuleAction mergeTabs, Boolean isNewPortal, LocaleCollection& localeCollection) at DotNetNuke.Entities.Portals.PortalController.CreatePortalInternal(Int32 portalId, String portalName, UserInfo adminUser, String description, String keyWords, IPortalTemplateInfo template, String homeDirectory, String portalAlias, String serverPath, String childPath, Boolean isChildPortal, String& message)
I have a wild guess that it may be caused by changes in #5841
9.13.1 (alpha)
Chrome
The text was updated successfully, but these errors were encountered:
Fix exception saving folder permissions
234eb74
Fixes dnnsoftware#5864
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
What happened?
During installation the site template fails to generate the site
Steps to reproduce?
Current Behavior
The installer fails
Expected Behavior
Should install
Relevant log output
Anything else?
I have a wild guess that it may be caused by changes in #5841
Affected Versions
9.13.1 (alpha)
What browsers are you seeing the problem on?
Chrome
Code of Conduct
The text was updated successfully, but these errors were encountered: