Ublogsy creates duplicate post and displays server error when previewing a post
Hello,
I'm using Umbraco 7 and ublogsy 4.1. I'm developing in Visual Studio
When I create a new post, it duplicates itself and when I try to preview, I get this error:
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 31: <h2 class="uBlogsy_head_style20">@Umbraco.GetDictionaryValue("uBlogsyDicPostsLatest")</h2>
Line 32: <ul>
Line 33: @foreach (var n in nodes)
Line 34: {
Line 35: <li><a href="@n.Url()" title="@n.GetPropertyValue("uBlogsyNavigationTitle")">@RenderPostImage(n, imageHieght, imageWidth, defaultImage)
Ublogsy creates duplicate post and displays server error when previewing a post
Hello,
I'm using Umbraco 7 and ublogsy 4.1. I'm developing in Visual Studio
When I create a new post, it duplicates itself and when I try to preview, I get this error:
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 31: <h2 class="uBlogsy_head_style20">@Umbraco.GetDictionaryValue("uBlogsyDicPostsLatest")</h2> Line 32: <ul> Line 33: @foreach (var n in nodes) Line 34: { Line 35: <li><a href="@n.Url()" title="@n.GetPropertyValue("uBlogsyNavigationTitle")">@RenderPostImage(n, imageHieght, imageWidth, defaultImage)
Source File: c:\SRC\Konverge.WebSite.Umbraco\KonvergeUmbraco\Views\Partials\uBlogsy\Widgets\uBlogsyWidgetListPosts.cshtml Line: 33
is working on a reply...