Page 66 of 68 FirstFirst ... 16566465666768 LastLast
Results 651 to 660 of 673
  1. #651
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,194
    Plugin Contributions
    63

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by gothstone View Post
    zc 1.5.8a, php 8.1.24, recaptcha 3.6a
    While its working fine, when the contact us page is loaded it throws this error:
    Code:
    17-Oct-2023 00:37:46 America/Chicago] Request URI: /contact_us?action=send, IP address: 82.147.85.78, Language id 1
    #0 /includes/classes/observers/class.google_recaptcha.php(40): zen_debug_error_handler()
    #1 /includes/classes/traits/NotifierManager.php(87): google_recaptcha->update()
    #2 /includes/modules/pages/contact_us/header_php.php(31): base->notify()
    #3 /index.php(35): require('/home/pcs/publi...')
    --> PHP Warning: Undefined array key "g-recaptcha-response" in /includes/classes/observers/class.google_recaptcha.php on line 40.
    Oddly the create account page does NOT do this.

    Any suggestions would be greatly appreciated!
    Same Zen Cart 2.0.1, PHP 8.3
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  2. #652
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,848
    Plugin Contributions
    11

    Default Re: Support Thread for Google reCAPTCHA

    the latest version by @swguy, perhaps addresses this issue. i have not tested. the line versions look different.

    i have addressed this issue (for the version that both of you seem to be running) in a different manner. change line 40 as such:

    PHP Code:
    //from
    $resp $recaptcha->verify($_POST['g-recaptcha-response'], $_SERVER['REMOTE_ADDR']);
    //to
    $resp $recaptcha->verify($_POST['g-recaptcha-response'] ?? 'nothingPosted'$_SERVER['REMOTE_ADDR']); 
    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #653
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,763
    Plugin Contributions
    30

    Default Re: Support Thread for Google reCAPTCHA

    In my version I checked previously that this post was already set, to set a corresponding error message.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  4. #654
    Join Date
    Aug 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    I followed every step in the readme file. I get "ERROR for site owner: Invalid site key". I deleted my key, started over - same thing. What did I overlook?

  5. #655
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by ouxly40 View Post
    I followed every step in the readme file. I get "ERROR for site owner: Invalid site key". I deleted my key, started over - same thing. What did I overlook?
    That error indicates you did not register your domain with Google when creating your keys.

  6. #656
    Join Date
    Aug 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    so how do I do that?

  7. #657
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,194
    Plugin Contributions
    63

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by ouxly40 View Post
    so how do I do that?
    Here https://www.google.com/recaptcha/admin/
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  8. #658
    Join Date
    Aug 2007
    Location
    Manitou Beach, Michigan
    Posts
    357
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    HI David,
    I install this version of recaptcha in my cart 2.1.0 nothing added to the basic installation and now when I go to sign into admin I just get a white page. Ideas?
    Thanks,
    Mark

  9. #659
    Join Date
    Aug 2007
    Location
    Manitou Beach, Michigan
    Posts
    357
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by maperr55 View Post
    HI David,
    I install this version of recaptcha in my cart 2.1.0 nothing added to the basic installation and now when I go to sign into admin I just get a white page. Ideas?
    Thanks,
    Mark
    HI in looking at the test site I do not see any of the files from the uploaded includes folder.

  10. #660
    Join Date
    Aug 2007
    Location
    Manitou Beach, Michigan
    Posts
    357
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    HI here is what myDebug log says

    [29-Dec-2024 17:22:04 UTC] PHP Fatal error: Uncaught Error: Class "google_recaptcha" not found in /home/costumemark/public_html/test/includes/autoload_func.php:47
    Stack trace:
    #0 /home/costumemark/public_html/test/bluFf-XFT-spRay/includes/application_top.php(40): require()
    #1 /home/costumemark/public_html/test/bluFf-XFT-spRay/login.php(8): require('/home/costumema...')
    #2 /home/costumemark/public_html/test/bluFf-XFT-spRay/index.php(16): require('/home/costumema...')
    #3 {main}
    thrown in /home/costumemark/public_html/test/includes/autoload_func.php on line 47

    [29-Dec-2024 17:22:04 UTC] Request URI: /test/bluFf-XFT-spRay/index.php?cmd=login&camefrom=index.php, IP address: 107.5.67.145
    --> PHP Fatal error: Uncaught Error: Class "google_recaptcha" not found in /home/costumemark/public_html/test/includes/autoload_func.php:47
    Stack trace:
    #0 /home/costumemark/public_html/test/bluFf-XFT-spRay/includes/application_top.php(40): require()
    #1 /home/costumemark/public_html/test/bluFf-XFT-spRay/login.php(8): require('/home/costumema...')
    #2 /home/costumemark/public_html/test/bluFf-XFT-spRay/index.php(16): require('/home/costumema...')
    #3 {main}
    thrown in /home/costumemark/public_html/test/includes/autoload_func.php on line 47.

    [29-Dec-2024 17:22:04 UTC] Request URI: /test/bluFf-XFT-spRay/index.php?cmd=login&camefrom=index.php, IP address: 107.5.67.145
    --> PHP Fatal error: Uncaught Error: Class "google_recaptcha" not found in /home/costumemark/public_html/test/includes/autoload_func.php:47
    Stack trace:
    #0 /home/costumemark/public_html/test/bluFf-XFT-spRay/includes/application_top.php(40): require()
    #1 /home/costumemark/public_html/test/bluFf-XFT-spRay/login.php(8): require('/home/costumema...')
    #2 /home/costumemark/public_html/test/bluFf-XFT-spRay/index.php(16): require('/home/costumema...')
    #3 {main}
    thrown in /home/costumemark/public_html/test/includes/autoload_func.php on line 47.

    THanks

 

 

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

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