I have a requirement to create a clone site as another portal on the same DNN (5.2.2) installation. I create a portal template (content included) and apply it when creating the new portal. The portal is created, but with errors (see below). The portal is created without an alias, and missing two pages, it seems. Interestingly the same message was shown and the same number of pages were missing when I tried the same operatiion with a different portal.
Now, if I add the required alias to the portal and attempt to access it, I can get to the home page, but I am unable to access any other page (get a HTTP resource not found page). I can edit the portal from the portals list, but any changes I make there (such as default skins) do not get persisted when I save the portal. As I cannot access any other pages of the site, I cannot log on, so cannot look for nor fix the problem in the site configuration in any other way.
Can anyone suggest a way of getting this portal working, please?
Error message:
Error Analyzing Template portalTab Exists en DotNetNuke.Entities.Tabs.TabController.AddTabInternal(TabInfo objTab, Boolean includeAllTabsModules) en DotNetNuke.Entities.Tabs.TabController.AddTab(TabInfo objTab, Boolean includeAllTabsModules) en DotNetNuke.Entities.Tabs.TabController.DeserializeTab(XmlNode nodeTab, TabInfo objTab, Hashtable hTabs, Int32 PortalId, Boolean IsAdminTemplate, PortalTemplateModuleAction mergeTabs, Hashtable hModules) en DotNetNuke.Entities.Portals.PortalController.ParseTab(XmlNode nodeTab, Int32 PortalId, Boolean IsAdminTemplate, PortalTemplateModuleAction mergeTabs, Hashtable& hModules, Hashtable& hTabs, Boolean IsNewPortal) en DotNetNuke.Entities.Portals.PortalController.ParseTabs(XmlNode nodeTabs, Int32 PortalId, Boolean IsAdminTemplate, PortalTemplateModuleAction mergeTabs, Boolean IsNewPortal) en DotNetNuke.Entities.Portals.PortalController.ParseTemplate(Int32 PortalId, String TemplatePath, String TemplateFile, Int32 AdministratorId, PortalTemplateModuleAction mergeTabs, Boolean IsNewPortal) en DotNetNuke.Entities.Portals.PortalController.CreatePortal(String PortalName, UserInfo objAdminUser, String Description, String KeyWords, String TemplatePath, String TemplateFile, String HomeDirectory, String PortalAlias, String ServerPath, String ChildPath, Boolean IsChildPortal)
Paul Taylor
DotNetNuke, ASP.NET and SQL Server Development
|