So I tried that and I got this error:
Wrong Local header signature: 0x21726152
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: ICSharpCode.SharpZipLib.ZipException: Wrong Local header signature: 0x21726152
Source Error:
Line 259:
Line 260: ' install new resources(s)
Line 261: Upgrade.Upgrade.InstallPackages("Module", True)
Line 262: Upgrade.Upgrade.InstallPackages("Skin", True)
Line 263: Upgrade.Upgrade.InstallPackages("Container", True) |
Source File: C:\Inetpub\wwwroot\DotNetNuke\install\Install.aspx.vb Line: 261
Stack Trace:
[ZipException: Wrong Local header signature: 0x21726152]
ICSharpCode.SharpZipLib.Zip.ZipInputStream.GetNextEntry() +1393
DotNetNuke.Services.Installer.InstallerInfo.ReadZipStream(Stream inputStream, Boolean isEmbeddedZip) +131
DotNetNuke.Services.Installer.InstallerInfo..ctor(Stream inputStream, String sitePath) +202
DotNetNuke.Services.Installer.Installer..ctor(Stream inputStream, String physicalSitePath, Boolean loadManifest, Boolean deleteTemp) +61
DotNetNuke.Services.Upgrade.Upgrade.InstallPackage(String strFile, String packageType, Boolean writeFeedback) +215
DotNetNuke.Services.Upgrade.Upgrade.InstallPackages(String packageType, Boolean writeFeedback) +216
DotNetNuke.Services.Install.Install.InstallResources() in C:\Inetpub\wwwroot\DotNetNuke\install\Install.aspx.vb:261
DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\DotNetNuke\install\Install.aspx.vb:367
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
|
I'm not sure what the issues is. Any suggestions?