Copied to clipboard

Flag this post as spam?

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


  • Steve Brown 125 posts 290 karma points
    Sep 06, 2013 @ 19:37
    Steve Brown
    0

    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

    [ArgumentNullException: Value cannot be null.
    Parameter name: value]
       Microsoft.Web.Helpers.ReCaptcha.set_PublicKey(String value) +198
       uBlogsy.WebForms.usercontrols.uCommentsy.Contact.OnLoad(EventArgs e) in d:\_PROJECTS\Personal\uBlogsy\uBlogsy Webforms\Source\uBlogsy.WebForms\usercontrols\uCommentsy\Contact.ascx.cs:27
       System.Web.UI.Control.LoadRecursive() +71
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178

    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

  • Steve Brown 125 posts 290 karma points
    Sep 06, 2013 @ 19:45
    Steve Brown
    0

    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?

  • Alex 16 posts 97 karma points
    Sep 06, 2013 @ 20:59
    Alex
    0

    Did you install the uDatesy hotfix? If not, you can download the uDateFoldersy.dll from a link at the top of the uBlogsy page.

  • Steve Brown 125 posts 290 karma points
    Sep 06, 2013 @ 21:10
    Steve Brown
    0

    Yes, I had already downloaded the dll and replaced the one in the bin folder. Thanks for the reply

  • Steve Brown 125 posts 290 karma points
    Sep 09, 2013 @ 15:11
    Steve Brown
    0

    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.

  • Robert Lewis 29 posts 94 karma points
    Sep 11, 2013 @ 23:22
    Robert Lewis
    0

    I have experienced the same issue, anyone got a fix?

  • Steve Brown 125 posts 290 karma points
    Sep 12, 2013 @ 14:46
    Steve Brown
    0

    no fix yet

  • Ally Watson 16 posts 37 karma points
    Sep 16, 2013 @ 16:02
    Ally Watson
    1

    does your web.config have the following app settings? 

       <add key="RecaptchaPublicKey" value="" />

       <add key="RecaptchaPrivateKey" value="" />

     

     

     

  • Steve Brown 125 posts 290 karma points
    Sep 16, 2013 @ 20:54
    Steve Brown
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft