line 27 seems to be looking for a recaptcha key, but when I check the uCommentsy settings there is no property for recaptcha key. I'm going to try to add a property for it under document types and see what happens
Still no joy, I'm not sure how to A) fix the uDateFoldersy problem or B) configure the recaptcha settings causing the yellow screen. I would really appreciate any other suggestions.
Ally, thanks for the reply! I added those values in web.config appsettings section and no more yellow screen. I was still getting an error about a missing recaptcha key, but I just manually edited the post master page to get rid of the comments altogether, since I did not want them.
Does anyone have any ideas about the other part of the issue, the folder structure?
webforms version posts are broken
possible duplicate of http://our.umbraco.org/projects/starter-kits/ublogsy/ublogsy-bugs/42020-uBlogsy-3-Webforms-Version-Hiding-posts-from-navigation-removes-them-from-uBlogsy-landing-page
I have webforms version of uBlogsy installed with umbraco 6.1.5. and there seem to be a couple problems
1) when I create a post, it doesn't create the usual year/month/date folders in the content tree, the post just goes in the root of the blog node
2) Attempting to view the published blog post causes a yellow screen with this error
line 27 seems to be looking for a recaptcha key, but when I check the uCommentsy settings there is no property for recaptcha key. I'm going to try to add a property for it under document types and see what happens
ok, I'm not seeing any way to add a recaptcha key. Do I even need one since I'm disabling comments? Or do I have something else configured wrong?
Did you install the uDatesy hotfix? If not, you can download the uDateFoldersy.dll from a link at the top of the uBlogsy page.
Yes, I had already downloaded the dll and replaced the one in the bin folder. Thanks for the reply
Still no joy, I'm not sure how to A) fix the uDateFoldersy problem or B) configure the recaptcha settings causing the yellow screen. I would really appreciate any other suggestions.
I have experienced the same issue, anyone got a fix?
no fix yet
does your web.config have the following app settings?
<add key="RecaptchaPublicKey" value="" />
<add key="RecaptchaPrivateKey" value="" />
Ally, thanks for the reply! I added those values in web.config appsettings section and no more yellow screen. I was still getting an error about a missing recaptcha key, but I just manually edited the post master page to get rid of the comments altogether, since I did not want them.
Does anyone have any ideas about the other part of the issue, the folder structure?
is working on a reply...