I can see that other people have had the same problem when installing other packages. I haven't encountered the problem myself, but lets try to locate it.
1. Are you sure yo have the correct permission set?
I think I found the problem. I recently updated the Icon Picker project with the source code. Unfortunately the source code was set as the default file to download (the file you get when you click the large "Download" button). So you probably got the source code instead of the package.
Installation problems
I'm a relative novice on Umbraco, so may just be being stupid, but I can't seem to install this package. We're using 4.5.2.
During the installation, I get the following:
Could not upload file
System.Exception: Error unpacking extension... ---> System.IO.FileNotFoundException: Could not find file 'C:\inetpub\wwwroot\ClubNet\wwwroot\App_Data\da90e29a-282c-4ac7-942d-f5a29111fa26\package.xml'. File name: 'C:\inetpub\wwwroot\ClubNet\wwwroot\App_Data\da90e29a-282c-4ac7-942d-f5a29111fa26\package.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials) at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver) at System.Threading.CompressedStack.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state) at System.Xml.XmlTextReaderImpl.OpenUrl() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.Load(String filename) at umbraco.cms.businesslogic.packager.Installer.LoadConfig(String tempDir) at umbraco.cms.businesslogic.packager.Installer.Import(String InputFile) --- End of inner exception stack trace --- at umbraco.cms.businesslogic.packager.Installer.Import(String InputFile) at umbraco.presentation.developer.packages.Installer.uploadFile(Object sender, EventArgs e)
Hi Allan
This could be a permissions issue - Is this a local installation of Umbraco you're playing around with or is this happening on a live site?
And how much experience do you have installing Umbraco? (I'm asking, to get an idea about if this is something you can fix yourself :))
/Jan
Hi Allan,
I can see that other people have had the same problem when installing other packages. I haven't encountered the problem myself, but lets try to locate it.
1. Are you sure yo have the correct permission set?
2. Can you install other packages?
3. Are you using OSX?
Cheers
Bjørn
Hi Jan / Bjorn
Thanks for getting back to me. To answer your questions:
Thanks for your help
Allan
Hi again,
I think I found the problem. I recently updated the Icon Picker project with the source code. Unfortunately the source code was set as the default file to download (the file you get when you click the large "Download" button). So you probably got the source code instead of the package.
I have fixed this now, so if you download it again you should get the actual package and not the source code http://our.umbraco.org/projects/backoffice-extensions/icon-picker
Cheers
Bjørn
Hi Bjorn
Thanks fixed it. Many thanks
Allan
is working on a reply...