I just downloaded Blog4Umbraco_2.0.26 running up on umbraco v 4.0.4.1
My install has been thwart with a few errors and now on publishing content im getting xml errors all over the place.. i think the problems are related..
on install i got:
Exception type: KeyNotFoundException
Exception message: The given key was not present in the dictionary.
at umbraco.cms.businesslogic.datatype.controls.Factory.GetNewObject(Guid DataEditorId)
at umbraco.cms.businesslogic.datatype.DataTypeDefinition.Import(XmlNode xmlData)
at umbraco.cms.businesslogic.packager.Installer.InstallBusinessLogic(Int32 packageId, String tempDir)
at umbraco.presentation.developer.packages.Installer.processInstall(String currentStep)
at umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at umbraco.BasePages.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
now when trying to publish any content im getting:
Exception type: XmlException
Exception message: Data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at RelatedLinkswithMedia.RelatedLinkswMediaData.ToXMl(XmlDocument data)
at umbraco.cms.businesslogic.property.Property.ToXml(XmlDocument xd)
at umbraco.cms.businesslogic.web.Document.XmlPopulate(XmlDocument xd, XmlNode& x, Boolean Deep)
at umbraco.cms.businesslogic.web.Document.PublishWithResult(User u)
at umbraco.cms.businesslogic.web.Document.PublishWithChildrenWithResult(User u)
at Umlaut.Umb.Blog.usercontrols.BlogInstaller.saveAndPublish(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\6c8a1edaa924eb51\Umlaut.Umb.Blog\usercontrols\BlogInstaller.ascx.cs:line 42
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint
I have deleted umbraco.config tried to republish all etc.. and no luck at all..
Alas no no i didn't find a good solution.. i ended up downloading the zip file from code plex.. running it locally and it just worked..
well by just worked the dashboard is a bit broken.. I've just removed the main blog features from the dashboard because our end users like right clicking and using the context menu anyway.. so lucky for us!
one gotcha is that the PostDate property isn't on the BlogPost Document Type by default and you'll need to manually add it if you want date folders to behave..
The given key was not present in the dictionary.
Hi Guys,
I just downloaded Blog4Umbraco_2.0.26 running up on umbraco v 4.0.4.1
My install has been thwart with a few errors and now on publishing content im getting xml errors all over the place.. i think the problems are related..
on install i got:
Exception type: KeyNotFoundException
Exception message: The given key was not present in the dictionary.
at umbraco.cms.businesslogic.datatype.controls.Factory.GetNewObject(Guid DataEditorId)
at umbraco.cms.businesslogic.datatype.DataTypeDefinition.Import(XmlNode xmlData)
at umbraco.cms.businesslogic.packager.Installer.InstallBusinessLogic(Int32 packageId, String tempDir)
at umbraco.presentation.developer.packages.Installer.processInstall(String currentStep)
at umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at umbraco.BasePages.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
now when trying to publish any content im getting:
Exception type: XmlException
Exception message: Data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at RelatedLinkswithMedia.RelatedLinkswMediaData.ToXMl(XmlDocument data)
at umbraco.cms.businesslogic.property.Property.ToXml(XmlDocument xd)
at umbraco.cms.businesslogic.web.Document.XmlPopulate(XmlDocument xd, XmlNode& x, Boolean Deep)
at umbraco.cms.businesslogic.web.Document.PublishWithResult(User u)
at umbraco.cms.businesslogic.web.Document.PublishWithChildrenWithResult(User u)
at Umlaut.Umb.Blog.usercontrols.BlogInstaller.saveAndPublish(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\6c8a1edaa924eb51\Umlaut.Umb.Blog\usercontrols\BlogInstaller.ascx.cs:line 42
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint
I have deleted umbraco.config tried to republish all etc.. and no luck at all..
any help would be most appreciated.
Cheers,
Tom
facing same issue. Tom did you get some solution...?
Rizwan
Alas no no i didn't find a good solution.. i ended up downloading the zip file from code plex.. running it locally and it just worked..
well by just worked the dashboard is a bit broken.. I've just removed the main blog features from the dashboard because our end users like right clicking and using the context menu anyway.. so lucky for us!
one gotcha is that the PostDate property isn't on the BlogPost Document Type by default and you'll need to manually add it if you want date folders to behave..
Cheers,
Tom
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.