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.
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:
That then cleared that error but created a new one in the line:
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
is working on a reply...