Page 39 of 64 FirstFirst ... 29373839404149 ... LastLast
Results 381 to 390 of 639
  1. #381
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Support Thread for Google reCAPTCHA

    I am using v1.5.5f and uploaded the latest version, with merge to all files. After the registration process I was given the public and private keys. After checking everything and the two keys, I am getting 'ERROR for site owner: Invalid key type'

  2. #382
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by adb34 View Post
    I am using v1.5.5f and uploaded the latest version, with merge to all files. After the registration process I was given the public and private keys. After checking everything and the two keys, I am getting 'ERROR for site owner: Invalid key type'
    Have you correctly installed the template override files?
    Double check you have the correct keys, and didn't mix them up, in recaptchalib.php

  3. #383
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by jeking View Post
    Have you correctly installed the template override files?
    Double check you have the correct keys, and didn't mix them up, in recaptchalib.php
    Lines 9 & 10 public and private. The codes do not work either way round with the same error message. With using v1.5.5f, I have do the merge for the standard install and then the merge for the extra files. I am using the 'responsive_classic' template and I have noticed that some of the files you have used are not in that template but in the 'template_default' so i have had to use a merge on those file instead. I may be confusing the plugin as I have uploaded your files into 'responsive_classic' template as well. Could this be causing this problem and should I remove them?

  4. #384
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: Support Thread for Google reCAPTCHA

    From the instructions:

    Installation for Zen Cart version v1.5.5/v1.5.6
    ========================================
    Step 3
    Since the responsive_classic files are new to v1.5.5 there are modified copies of those files included in the v155-only folder.
    Also, since the template_default files in v1.5.5 were changed a lot to modernize how error messages and HTML field types are presented, the v155-only folder also contains "classic" template files, which are basically the template_default equivalents for v1.5.5.

    NOTE: In all these cases, the ONLY change relevant to this plugin is that the following line has been added to the form in each of these template files. You could easily add it yourself wherever you wish the Recaptcha box to display:

    <?php echo recaptcha_get_html(); ?>


    If you've uploaded files into the template_default folder, that will not matter and no cause the error you see.

    Do you have this in place correctly?
    /includes/functions/extra_functions/recaptchalib.php

    $publickey is what Google calls the Site Key
    privatekey is the Secret Key

    When you created your reCAPTCHA key, did you select v2 Checkbox?

  5. #385
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by jeking View Post
    From the instructions:

    Installation for Zen Cart version v1.5.5/v1.5.6
    ========================================
    Step 3
    Since the responsive_classic files are new to v1.5.5 there are modified copies of those files included in the v155-only folder.
    Also, since the template_default files in v1.5.5 were changed a lot to modernize how error messages and HTML field types are presented, the v155-only folder also contains "classic" template files, which are basically the template_default equivalents for v1.5.5.

    NOTE: In all these cases, the ONLY change relevant to this plugin is that the following line has been added to the form in each of these template files. You could easily add it yourself wherever you wish the Recaptcha box to display:

    <?php echo recaptcha_get_html(); ?>


    If you've uploaded files into the template_default folder, that will not matter and no cause the error you see.

    Do you have this in place correctly?
    /includes/functions/extra_functions/recaptchalib.php

    $publickey is what Google calls the Site Key
    privatekey is the Secret Key

    When you created your reCAPTCHA key, did you select v2 Checkbox?
    I will check, however, I have followed your instructions to the letter. What I will have to is hard copy them remove this plugin and start again. With reCAPTCHA key, I only had v3 as an option, does this matter? or is this the problem not using v2?

  6. #386
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by adb34 View Post
    With reCAPTCHA key, I only had v3 as an option, does this matter? or is this the problem not using v2?
    I've only ever used it with v2. Try that, I was offered v2 or v3 when I set one up today.

  7. #387
    Join Date
    May 2016
    Location
    Ohio
    Posts
    407
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    I set up Catcha last night with 1.5.4 I know it was all installed correctly... I even saw it all installed on my end, I only put it in the contact us page...
    but then this morning I received emails from people who could not create accounts / login, etc... so I had to remove it all.

  8. #388
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by jmberman View Post
    I set up Catcha last night with 1.5.4 I know it was all installed correctly... I even saw it all installed on my end, I only put it in the contact us page...
    but then this morning I received emails from people who could not create accounts / login, etc... so I had to remove it all.
    When installed this protects Contact Us, Write Reviews and Create Account. You can disable any of these. Search the thread for details.

  9. #389
    Join Date
    Apr 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Hi there. Attempting to add this to an old cart that has seen a recent dramatic increase in spam.
    Zencart is 1.5, php is 5.6.
    I am getting a 500 misconfiguration server error.

    All I can tell you is, if I remove this line from config.google_recaptcha.php, the shop works and just the contact page is broken ( I did not intall on other page)

    $autoLoadConfig[190][] = array('autoType'=>'classInstantiate',
    'className'=>'google_recaptcha',
    'objectName'=>'google_recaptcha');


    Any idea what I may have done wrong? I am out of my element I'm afraid. Thank you

  10. #390
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by gkyle001 View Post
    Hi there. Attempting to add this to an old cart that has seen a recent dramatic increase in spam.
    Zencart is 1.5, php is 5.6.
    I am getting a 500 misconfiguration server error.

    All I can tell you is, if I remove this line from config.google_recaptcha.php, the shop works and just the contact page is broken ( I did not intall on other page)

    $autoLoadConfig[190][] = array('autoType'=>'classInstantiate',
    'className'=>'google_recaptcha',
    'objectName'=>'google_recaptcha');


    Any idea what I may have done wrong? I am out of my element I'm afraid. Thank you
    Zen Cart 1.5.0??

 

 
Page 39 of 64 FirstFirst ... 29373839404149 ... LastLast

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 201
    Last Post: 31 Aug 2021, 05:14 PM
  2. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR