When I create a new portal template (Export from another portal on the system), the following error message:
Error Installing Portal:
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 adminUser, String description, String keyWords, String templatePath, String templateFile, String homeDirectory, String portalAlias, String serverPath, String childPath, Boolean isChildPortal)
Thanks!