Yesterday I installed uBlogsy 3.0 on my 6.1.4 site and just wanted to try out a few things.
So I went to the root node in the content tree and to the tab "Create Blog Post" and wanted to create a post through that button.
As said in the topic, I get a NullReferenceException when it wants to do smth with uLoremsy. It looks to me like some path has not been set correctly, just take a look in the topmost lines of the errormessage:
[NullReferenceException: Object reference not set to an instance of an object.]
uLoremsy.Web.UmbracoEvents.uLoremsy.GetRoot(IContentService contentService, IContent sender) in d:\_PROJECTS\Personal\uLoremsy\uLoremsy\Source\uLoremsy.Web\UmbracoEvents\uLoremsy.cs:267
uLoremsy.Web.UmbracoEvents.<>c__DisplayClass12.<GetuLoremsyTreeXElem>b__f(XElement x) in d:\_PROJECTS\Personal\uLoremsy\uLoremsy\Source\uLoremsy.Web\UmbracoEvents\uLoremsy.cs:236
System.Linq.WhereEnumerableIterator`1.MoveNext() +141
System.Linq.Enumerable.SingleOrDefault(IEnumerable`1 source, Func`2 predicate) +118
uLoremsy.Web.UmbracoEvents.uLoremsy.GetuLoremsyTreeXElem(IContentService contentService, IContent document, IEnumerable`1 trees) in d:\_PROJECTS\Personal\uLoremsy\uLoremsy\Source\uLoremsy.Web\UmbracoEvents\uLoremsy.cs:236
uLoremsy.Web.UmbracoEvents.uLoremsy.ContentService_Created(IContentService sender, NewEventArgs`1 e) in d:\_PROJECTS\Personal\uLoremsy\uLoremsy\Source\uLoremsy.Web\UmbracoEvents\uLoremsy.cs:54
Umbraco.Core.Events.TypedEventHandler`2.Invoke(TSender sender, TEventArgs e) +0 ......
NullReferenceException upon creating a new post
Yesterday I installed uBlogsy 3.0 on my 6.1.4 site and just wanted to try out a few things.
So I went to the root node in the content tree and to the tab "Create Blog Post" and wanted to create a post through that button.
As said in the topic, I get a NullReferenceException when it wants to do smth with uLoremsy. It looks to me like some path has not been set correctly, just take a look in the topmost lines of the errormessage:
* Same thing also happens when trying to import a Blog through RSS
6.1.4 has a significant bug(s). Upgrade to 6.1.5 and it should work.
is working on a reply...