Hi,
I am trying to export / import a portal template with no luck and I thought about asking you guys if someone can kindly help me out because I'm really stuck..
I ran my website under dnn 5.6, and I upgraded to dnn 6.02 with no problems. Now I am moving to a new server and I wanted a fresh install of dnn 6, so I installed dnn 6.02 on my new server and exported my portal template (including content) from my old dnn web server, but when I try to import the portal template to the new dnn installation I get the following error msg:
Error parsing Portal TemplateValue cannot be null. Parameter name: fileContent at DotNetNuke.Common.Requires.NotNull(String argName, Object argValue) at DotNetNuke.Services.FileSystem.FileManager.AddFile(IFolderInfo folder, String fileName, Stream fileContent, Boolean overwrite, Boolean checkPermissions, String contentType) at DotNetNuke.Services.FileSystem.FileManager.AddFile(IFolderInfo folder, String fileName, Stream fileContent, Boolean overwrite) at DotNetNuke.Entities.Portals.PortalController.ParseFiles(XmlNodeList nodeFiles, Int32 portalId, FolderInfo objFolder) at DotNetNuke.Entities.Portals.PortalController.ParseFolders(XmlNode nodeFolders, Int32 PortalId) at DotNetNuke.Entities.Portals.PortalController.ParseTemplate(Int32 PortalId, String TemplatePath, String TemplateFile, Int32 AdministratorId, PortalTemplateModuleAction mergeTabs, Boolean IsNewPortal) at 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)
I tried installing the skin I was using, and I removed any extra extensions on my old dnn installation before exporting the portal template.
I have no idea how to solve this..
Any help would be very much appreciated! Thanks!!