It appears you cannot rename a blog post, seems to work first time around but then when changing the post name it simply does not work. The post name does not change and the URL is not updated.
Also, when I have included uCommentsy I get the following error after removing the try catch:
Exception Details: System.ArgumentNullException: Value cannot be null. Parameter name: value
Line 58: @*render contact form - install uCommentsy, then uncomment this line**@
Line 59:
Line 60: @Html.Action("Index", "uCommentsyContactFormSurface", new { CurrentPage })
Line 61: }
I removed the try catch to see the error because the comment form was not showing.
OkI figured out the System.ArgumentNullException; this was because uCommentsy requires a reCaptchya public and private key, even if you do not wish to use reCaptchya.
Still struggling with renaming blog posts though :S
Renaming posts and Comments
Hello,
I have found two bugs with the package on:
Umbraco:6.0.5
uBlogsy:3.0
It appears you cannot rename a blog post, seems to work first time around but then when changing the post name it simply does not work. The post name does not change and the URL is not updated.
Also, when I have included uCommentsy I get the following error after removing the try catch:
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: value
I removed the try catch to see the error because the comment form was not showing.
Any help is much appreciated.
Scott
OkI figured out the System.ArgumentNullException; this was because uCommentsy requires a reCaptchya public and private key, even if you do not wish to use reCaptchya.
Still struggling with renaming blog posts though :S
is working on a reply...