Page 43 of 64 FirstFirst ... 33414243444553 ... LastLast
Results 421 to 430 of 639
  1. #421
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by Bumpo View Post
    Thank you! Replacing that file with this new one seemed to do the trick!
    I'm glad to hear that. And thanks for posting the result for the benefit of others.

  2. #422
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: Support Thread for Google reCAPTCHA

    I am having a problem getting this to work. The store is in a sub-directory, so I am unsure if this is the issue? Also another issue that springs to mind is does it reply on GD libraries or some other element being loaded into PHP?

    I've temprarily disabled the module on the create account page for this site, however you can see my issue on the url below.

    http://deep-ideas.co.uk/Store/index....age=contact_us

    I've also added my public and private keys from google.
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  3. #423
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by Nick1973 View Post
    I am having a problem getting this to work. The store is in a sub-directory, so I am unsure if this is the issue? Also another issue that springs to mind is does it reply on GD libraries or some other element being loaded into PHP?

    I've temprarily disabled the module on the create account page for this site, however you can see my issue on the url below.

    http://deep-ideas.co.uk/Store/index....age=contact_us

    I've also added my public and private keys from google.
    Subdirectory is not an problem. It does not rely on GD libraries.

    The problem looks to be installation of your Google CAPTCHA account. Did you create a v2 or v3? It has to be version 2, the check-box type.

  4. #424
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    red flag Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by jeking View Post
    Subdirectory is not an problem. It does not rely on GD libraries.

    The problem looks to be installation of your Google CAPTCHA account. Did you create a v2 or v3? It has to be version 2, the check-box type.
    That I don't know. I will check
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  5. #425
    Join Date
    Feb 2017
    Location
    Tokyo, Japan
    Posts
    263
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Hi David,
    I've got multiple languages (English, Japanese) on my site, and browser detection does not work. I've had to change the reCaptcha code in
    Code:
    includes/functions/extra_functions/recaptchalib.php
    to the following:
    PHP Code:
    if ($_SESSION['languages_id'] == 1) {
    $recaptcha_html.='<script src="https://www.google.com/recaptcha/api.js" async defer></script>'."\n";
    }
    if (
    $_SESSION['languages_id'] == 3) {
    $recaptcha_html.='<script src="https://www.google.com/recaptcha/api.js?hl=ja" async defer></script>'."\n";

    which is probably not great, but there you go.
    Zen Cart 1.5.6c modified to support Japanese language (postage module support work in progress). Upgraded incrementally each version from initial 1.5.5d.

  6. #426
    Join Date
    Sep 2005
    Posts
    78
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Why would I be getting these errors in my error logs..

    18-Jun-2019 17:11:43 America/New_York] PHP Fatal error: Class 'ReCaptcha\ReCaptcha' not found in /usr/home/***/public_html/******/includes/classes/observers/class.google_recaptcha.php on line 37

    [18-Jun-2019 17:11:43 America/New_York] Request URI: /index.php?main_page=create_account, IP address: ********
    --> PHP Fatal error: Class 'ReCaptcha\ReCaptcha' not found in /usr/home/*****/public_html/********/includes/classes/observers/class.google_recaptcha.php on line 37.

    Thanks!

  7. #427
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by bluetooth View Post
    Why would I be getting these errors in my error logs..

    18-Jun-2019 17:11:43 America/New_York] PHP Fatal error: Class 'ReCaptcha\ReCaptcha' not found in /usr/home/***/public_html/******/includes/classes/observers/class.google_recaptcha.php on line 37

    [18-Jun-2019 17:11:43 America/New_York] Request URI: /index.php?main_page=create_account, IP address: ********
    --> PHP Fatal error: Class 'ReCaptcha\ReCaptcha' not found in /usr/home/*****/public_html/********/includes/classes/observers/class.google_recaptcha.php on line 37.

    Thanks!
    First thought is to check that all the installation files have been uploaded to the correct place. If they are, you should not be getting that error.

  8. #428
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: Support Thread for Google reCAPTCHA

    Jim is right - this mod does work, so my guess would be that in your site, the folder includes/classes/observers/google/ReCaptcha is missing or damaged.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #429
    Join Date
    Jul 2019
    Location
    USA
    Posts
    2
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    I have version 1.5.5b I installed it and it seemed to be working for the Create Account page.
    I did not install it for Contact us as we have that page turned off and only give a phone number.

    The next day I checked and many accounts were still being created..
    The reCaptcha area is working in talking to Google but is not functioning with the Create Account Button.

    So I added: $zco_notifier->notify('NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK');
    to the /includes/modules/classic/create_account.php per instructions for version 1.5.1 4c:

    So now it will say that the reCAPTCHA is not checked which is good, but when you do have it checked It will not create the account.
    It just reloads the create account page, it acts like it is successful but I checked in PHP and the account is not being created.

    So in the create_account.php file is there another piece of code I need to put in for it to finish creating the account.

  10. #430
    Join Date
    Jul 2019
    Location
    USA
    Posts
    2
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by daginter View Post
    I have version 1.5.5b I installed it and it seemed to be working for the Create Account page.
    I did not install it for Contact us as we have that page turned off and only give a phone number.

    The next day I checked and many accounts were still being created..
    The reCaptcha area is working in talking to Google but is not functioning with the Create Account Button.

    So I added: $zco_notifier->notify('NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK');
    to the /includes/modules/classic/create_account.php per instructions for version 1.5.1 4c:

    So now it will say that the reCAPTCHA is not checked which is good, but when you do have it checked It will not create the account.
    It just reloads the create account page, it acts like it is successful but I checked in PHP and the account is not being created.

    So in the create_account.php file is there another piece of code I need to put in for it to finish creating the account.
    UPDATE:
    I just figured it out... for some reason.
    This code was in the page in two spots: $zco_notifier->notify('NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK');
    The original spot it was in was not working and I didn't check first to see if the code was already in the page..

    So I had to leave it in the spot where I had added it to from instructions 1.5.1
    Then I removed it from the page where it was in at the top..

 

 
Page 43 of 64 FirstFirst ... 33414243444553 ... 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