Copied to clipboard

Flag this post as spam?

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


  • Allan Hawkey 232 posts 303 karma points
    Sep 21, 2011 @ 17:50
    Allan Hawkey
    0

    Dashboard errors

    I've come across a bug in the 2.0 beta - seems to be fixed by applying the same logic as in this topic

    When trying to use the blog import tool, or indeed other unrelated tabs in the content section dashboard, an error occurs - it references line 36 in uBlogsy/dashboard/admin.ascx.

    I changed line 36 to:

        <% if (Comments != null && Comments.Count > 0)

    That then cleared that error but created a new one in the line:

            <% foreach (var c in Comments)

    By moving the <ul> tags around that within the if section, this error was cleared too.

    Anthony - hope you can check this fix sounds right, and include it in the final version of the 2.0.

    Thanks
    Allan

Please Sign in or register to post replies

Write your reply to:

Draft