I have the following error from trying to export a portal template with content.
Error: Export Template is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: crc was 1773325040, but I expected 2617348310 ---> ICSharpCode.SharpZipLib.ZipException: crc was 1773325040, but I expected 2617348310 at ICSharpCode.SharpZipLib.Zip.ZipOutputStream.CloseEntry() at ICSharpCode.SharpZipLib.Zip.ZipOutputStream.PutNextEntry(ZipEntry entry) at DotNetNuke.Common.Utilities.FileSystemUtils.AddToZip(ZipOutputStream& ZipFile, String filePath, String fileName, String folder) at DotNetNuke.Modules.Admin.PortalManagement.Template.SerializeFiles(XmlDocument xmlTemplate, XmlNode nodeFiles, PortalInfo objportal, String folderPath, ZipOutputStream& zipFile) at DotNetNuke.Modules.Admin.PortalManagement.Template.SerializeFolders(XmlDocument xmlTemplate, XmlNode nodeFolders, PortalInfo objportal, ZipOutputStream& zipFile) at DotNetNuke.Modules.Admin.PortalManagement.Template.cmdExport_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
I have only had this issue on this instance on DotNetNuke. I followed all the suggestions give in past threads on the issue. I have restarted, cleaned out the recycle bin, and only have page names with letters and spaces. Interesting to note - I can export a portal template without content. If anyone can make sense of this it would really help me out. I don't this issue with any other instance of DNN at this version and even tried upgrading to 4.8.1 but it didn't help.
Thanks, Tom