Results 1 to 10 of 694

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    329
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by torvista View Post
    This is the support thread linked from the version in the Plugins:
    https://www.zen-cart.com/downloads.php?do=file&id=1455

    which I have been maintaining on GitHub.
    https://github.com/torvista/Zen_Cart-Google_reCAPTCHA
    my apologies, I was inquiring about Google Recaptcha v3 for download here https://www.zen-cart.com/downloads.php?do=file&id=2332

    Is this is a replacement to previous versions of reCaptcha? or an alternative to? for download here? https://www.zen-cart.com/downloads.php?do=file&id=1455
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  2. #2
    Join Date
    Mar 2006
    Location
    Auckland, New Zealand
    Posts
    245
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    v1.5.7c https://amoraromatherapy.com/index.p...age=contact_us

    I don't know what I've done wrong - have installed step by step, applied for and inserted my keys and I'm getting ** reCaptcha error: Site Key not defined! **

    Changed false statements to true on template pages in case it was that - no change, so switched them back for now as that part in the instructions isn't very clear.

    Any suggestions?

    TIA
    Tania :-)
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

  3. #3
    Join Date
    Mar 2006
    Location
    Auckland, New Zealand
    Posts
    245
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    here's my log file:

    #1 include(/home/amoraromatherapy/public_html/includes/functions/extra_functions/functions_google_recaptcha.php) called at [/home/amoraromatherapy/public_html/includes/modules/extra_functions.php:43]
    #2 include(/home/amoraromatherapy/public_html/includes/modules/extra_functions.php) called at [/home/amoraromatherapy/public_html/includes/init_includes/init_general_funcs.php:51]
    #3 require_once(/home/amoraromatherapy/public_html/includes/init_includes/init_general_funcs.php) called at [/home/amoraromatherapy/public_html/includes/autoload_func.php:37]
    #4 require(/home/amoraromatherapy/public_html/includes/autoload_func.php) called at [/home/amoraromatherapy/public_html/includes/application_top.php:222]
    #5 require(/home/amoraromatherapy/public_html/includes/application_top.php) called at [/home/amoraromatherapy/public_html/index.php:25]
    --> PHP Warning: Invalid argument supplied for foreach() in /home/amoraromatherapy/public_html/includes/functions/extra_functions/functions_google_recaptcha.php on line 24.
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

  4. #4
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,838
    Plugin Contributions
    31

    Default Re: Support Thread for Google reCAPTCHA plugin

    Is this is a replacement to previous versions of reCaptcha? or an alternative to? for download here?
    This is alternative to the Numinix version, of which I was not even aware. I couldn't tell you which may be "better".
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  5. #5
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    329
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    HTML Code:
    Is this is a replacement to previous versions of reCaptcha? or an alternative to? for download here? 			 		 	 This is alternative to the Numinix version, of which I was not even aware. I couldn't tell you which may be "better".
    I posted my original question about V3 in a new support thread titled V3 and you posted I shouldnt have started a new thread. Perhaps open the other thread since my question doesnt pertain to your version.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  6. #6
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,838
    Plugin Contributions
    31

    Default Re: Support Thread for Google reCAPTCHA plugin

    @Elemi
    Are you using the GitHub version?
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  7. #7
    Join Date
    Mar 2006
    Location
    Auckland, New Zealand
    Posts
    245
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by torvista View Post
    @Elemi
    Are you using the GitHub version?

    yes I am :-)
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

  8. #8
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,838
    Plugin Contributions
    31

    Default Re: Support Thread for Google reCAPTCHA plugin

    Regarding this error
    Invalid argument supplied for foreach()
    It's complaining about the content of $reCaptchaKeys which is defined by what you have replaced in this line:
    PHP Code:
    $reCaptchaKeys[] = ['domain' => 'www.yoursite.com''sitekey' => 'ENTER_YOUR_SITE_KEY_HERE''privatekey' => 'ENTER_YOUR_PRIVATE_KEY_HERE']; 
    There are three components in that line, something is wrong there.
    If you revert to the original as above your should see the same error on the shop, but no debug, indicating that the error is indeed there.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  9. #9
    Join Date
    Mar 2006
    Location
    Auckland, New Zealand
    Posts
    245
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by torvista View Post
    Regarding this error


    It's complaining about the content of $reCaptchaKeys which is defined by what you have replaced in this line:
    PHP Code:
    $reCaptchaKeys[] = ['domain' => 'www.yoursite.com''sitekey' => 'ENTER_YOUR_SITE_KEY_HERE''privatekey' => 'ENTER_YOUR_PRIVATE_KEY_HERE']; 
    There are three components in that line, something is wrong there.
    If you revert to the original as above your should see the same error on the shop, but no debug, indicating that the error is indeed there.
    Is this in the functions_google_recaptcha.php?
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

 

 

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 213
    Last Post: 18 Nov 2024, 04:17 AM
  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

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