I'm new to umbraco so please bear with me. I'd like to install the Google Sitemap-package so I go to the "Developers" section, choose "Packages" and "Install local package". However, the Google Sitemap-package doesn't have a .zip or .umb extension. Instead there are the xml and xslt files. How do I install these?
I tried installing it but I get this error message:
Could not upload file System.Exception: Error unpacking extension... ---> System.Xml.XmlException: Invalid character in the given encoding. Line 1, position 38. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res) at System.Xml.XmlTextReaderImpl.InvalidCharRecovery(Int32& bytesCount, Int32& charsCount) at System.Xml.XmlTextReaderImpl.GetChars(Int32 maxCharsCount) at System.Xml.XmlTextReaderImpl.ReadData() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() 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)
Any ideas on what might be the problem? I can install the packages under "Umbraco package repository" without any problems.
How do I install package a package?
I'm new to umbraco so please bear with me. I'd like to install the Google Sitemap-package so I go to the "Developers" section, choose "Packages" and "Install local package". However, the Google Sitemap-package doesn't have a .zip or .umb extension. Instead there are the xml and xslt files. How do I install these?
Hi Peter, on the project page (http://our.umbraco.org/projects/google-analytics-for-umbraco) there is a zip file for download - use this one
>Tommy
Oh, man. Now I feel stupid... :) The one I looked at is found here and as I downloaded it OS X unzipped it for me. Forgot about that feature.
Thanks for the reply!
Is there a sitemap in the Google Analytics package you linked to?
Go for Sitereactor.GoogleAnalytics_1.0.7.zip
I tried installing it but I get this error message:
Could not upload file
System.Exception: Error unpacking extension... ---> System.Xml.XmlException: Invalid character in the given encoding. Line 1, position 38. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res) at System.Xml.XmlTextReaderImpl.InvalidCharRecovery(Int32& bytesCount, Int32& charsCount) at System.Xml.XmlTextReaderImpl.GetChars(Int32 maxCharsCount) at System.Xml.XmlTextReaderImpl.ReadData() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() 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)
Any ideas on what might be the problem? I can install the packages under "Umbraco package repository" without any problems.
Hmm, weird - I have no problems installing it as a local package (Sitereactor.GoogleAnalytics_1.0.7.zip)
I made a little double post when I came across the error message and may be close to a solution.
http://our.umbraco.org/forum/core/general/9243-Error-message-when-installing-package
I have deleted this message to post now topic: Problems to install packages
is working on a reply...