I have installed uComponents. I deleted the default nodes and created new ones, also added some more properties to the base document type and the main thing I have moved the main 'my-blog' node under my website node, so that I can make the whole navigation dynamic.
I am not sure why the error is coming because it still creates the post.
Error creating new post
Hi,
I am getting the error after creating a new node (right click on month), however the new post has been created if I reload the root node.
What could be the reason for this. How can I get rid of the error?
Please, help.
Which version of umbraco?
What other packages are installed?
Do you have custom indexes?
Did you delete or rename anything?
Hey Anthony,
Version 4.7.1
I have installed uComponents. I deleted the default nodes and created new ones, also added some more properties to the base document type and the main thing I have moved the main 'my-blog' node under my website node, so that I can make the whole navigation dynamic.
I am not sure why the error is coming because it still creates the post.
Any idea!
Thank you
The line it's crashing on is this:
sender.getProperty("uBlogsyPostDate").Value = sender.CreateDateTime;
Is the PostDate property in the post? Is the alias "uBlogsyPostDate"?
Anthony,
You rock man.. that was the problem, thank you so much for making my life easy.
Can I ask you a question, how did you analyze that "uBlogsyPostDate" property is the issue!!!
Awesome.
Your original stack trace showed D:\_PROJECTS\uBlogsy -Blog\Branches\1.3.6.1\uBlogsy\uBlogsy\Extensions\UmbracoExtensions.cs:82
I went to that line in the source ;)
Gr8..:)
Thanks again.
is working on a reply...