Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Christine 115 posts 288 karma points
    Apr 17, 2014 @ 17:52
    Christine
    0

    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 

Please Sign in or register to post replies

Write your reply to:

Draft