[IndexOutOfRangeException: Index was outside the bounds of the array.]
umbraco.cms.businesslogic.packager.Installer.GetFileName(String path, String fileName) +324
umbraco.cms.businesslogic.packager.Installer.LoadConfig(String tempDir) +1484
umbraco.cms.businesslogic.packager.Installer.Import(String InputFile) +332
Error on install (Umbraco 7.4.1)
Got the following error on installation:
[IndexOutOfRangeException: Index was outside the bounds of the array.] umbraco.cms.businesslogic.packager.Installer.GetFileName(String path, String fileName) +324 umbraco.cms.businesslogic.packager.Installer.LoadConfig(String tempDir) +1484 umbraco.cms.businesslogic.packager.Installer.Import(String InputFile) +332
[Exception: Error unpacking extension...] umbraco.cms.businesslogic.packager.Installer.Import(String InputFile) +383 umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e) +1096 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51 System.Web.UI.Control.OnLoad(EventArgs e) +92 umbraco.BasePages.BasePage.OnLoad(EventArgs e) +14 System.Web.UI.Control.LoadRecursive() +54 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
Hi Fredrik,
Are you doing a manual install or did you install it through nuget ?
Have you checked that the permissions are set up correctly : https://our.umbraco.org/documentation/Getting-Started/Setup/Server-Setup/permissions
Dave
Im doing a manual install from the backend. If i tried the earlier version it worked!
You mean a earlier version of the package or a earlier version of Umbraco ?
Dave
I get the same error as Fredrik. I just tried on two different Umbraco installations and get the error on both.
Permissions are set correctly.
Earlier version of the package
Same error here. Trying to manually install Zippy Media 1.02 on Umbraco 7.3.7.
Same thing on 7.5.10
EDIT: I was just made aware that folder upload is support in newer versions of Umbraco 7, so this package could be obsolete...
is working on a reply...