Copied to clipboard

Flag this post as spam?

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


  • Dan 1285 posts 3917 karma points c-trib
    May 20, 2010 @ 13:11
    Dan
    0

    Clarification/issues

    Hi,

    I just tried this package, hoping I could use it to add reCaptcha to a v1 Blog4Umbraco installation.  Clicking the datatype in the Umbraco UI gives a YSOD:

    Item has already been added. Key in dictionary: ''  Key being added: ''

     

    Also, your site seems to be down.  It would be handy to have more documentation for this, to be able to establish exactly what it's supposed to do.

  • Ove Andersen 435 posts 1541 karma points c-trib
    May 22, 2010 @ 15:22
    Ove Andersen
    0

    This is most probably related to the cmsDataTypePreValues table in the Umbraco database.

    What I think may have happened is that the prevalues has not been deleted before they are being added again. The code is supposed to take care of such problems, but I will check again.

    To solve it, go to the Developer Section in umbraco and hover the cursor over the reCAPTCHA datatype. The id of the datatype will be displayed in the lower left corner of your screen. Then use SQL Management Studio to delete all entries in the 'cmsDataTypePreValues' table that has a 'datatypeNodeId' equal to the id of the reCAPTCHA datatype.

    Then you can try to load the datatype again.

    My site is up and running again, and I have updated the desciption of the datatype.

    The main use for this datatype is together with Doc2Form by Casey Neehouse. I have not tried it with Blog4Umbraco, but you should be able to use it there also. Blog4Umbraco (v2.0) also has Akismet spam filtering, which should take care of any spam problems you might have.

  • Ove Andersen 435 posts 1541 karma points c-trib
    May 22, 2010 @ 15:32
    Ove Andersen
    0

    You should also be able to fix the issue by uninstalling the datatype and installing it again.

  • Ove Andersen 435 posts 1541 karma points c-trib
    May 28, 2010 @ 20:51
    Ove Andersen
    0

    I just made a new website from scratch, and I encountered the same issue ass you did.

    Will fix ASAP.

  • Ove Andersen 435 posts 1541 karma points c-trib
    May 28, 2010 @ 21:02
    Ove Andersen
    0

    There. New version uploaded. Could you update and try again?

  • Jonas Persson 12 posts 42 karma points
    Jun 21, 2010 @ 10:57
    Jonas Persson
    0

    Hi just tried to install:
    [EyeCatch]_reCAPTCHA_Datatype_1.0.2.1.zip

    And i got the same error.

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jun 25, 2010 @ 09:04
    Ove Andersen
    0

    Will check it out. A known fix is to delete the rows related to the datatype in the database and then configure the datatype again.

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jul 31, 2010 @ 14:35
    Ove Andersen
    0

    Ok. I have now tried numerous installs of the latest version on my own servers (vanilla install and production), and I cannot reproduce the error anymore.

    If anybody encounters this error again, please notify me.

Please Sign in or register to post replies

Write your reply to:

Draft