Page 34 of 64 FirstFirst ... 24323334353644 ... LastLast
Results 331 to 340 of 639
  1. #331
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Actually sorted. I was upgrading as opposed in installing, but after uploading the files once again this worked fine.
    Debbie Harrison
    DVH Design | Web Design blog

  2. #332
    Join Date
    Jun 2008
    Location
    Singapore, Australia, America
    Posts
    96
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Hey guys,

    I have upgraded my captcha, and it stops working for account creation. It doesn't submit the form and keeps saying this on the top of the page when hit submit:
    "NOTE: If you already have an account with us, please login at the login page."

    This affects both my contact page and create account page:
    http://www.simpleartsplanet.com/contact-us
    http://www.simpleartsplanet.com/create-account

    I looked at the log and found this entry:

    PHP Code:
    PHP Warning:  implode(): Invalid arguments passed in /public_html/includes/classes/observers/google/ReCaptcha/Response.php on line 128 
    Can someone help take a look?

    Thanks,
    Lis

  3. #333
    Join Date
    Jun 2008
    Location
    Singapore, Australia, America
    Posts
    96
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by saplanet View Post
    Hey guys,

    I have upgraded my captcha, and it stops working for account creation. It doesn't submit the form and keeps saying this on the top of the page when hit submit:
    "NOTE: If you already have an account with us, please login at the login page."

    This affects both my contact page and create account page:
    http://www.simpleartsplanet.com/contact-us
    http://www.simpleartsplanet.com/create-account

    I looked at the log and found this entry:

    PHP Code:
    PHP Warning:  implode(): Invalid arguments passed in /public_html/includes/classes/observers/google/ReCaptcha/Response.php on line 128 
    Can someone help take a look?

    Thanks,
    Lis
    To add, I was able to receive new registrations until today. Do you know if it's google's side that is having an issue?

    I have checked with my host, they claim that there is nothing with the server-end.

  4. #334
    Join Date
    Jun 2008
    Location
    Singapore, Australia, America
    Posts
    96
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by saplanet View Post
    To add, I was able to receive new registrations until today. Do you know if it's google's side that is having an issue?

    I have checked with my host, they claim that there is nothing with the server-end.
    I managed to resolved the problem by upgrading the PHP. :)

  5. #335
    Join Date
    Jul 2012
    Posts
    16,753
    Plugin Contributions
    17

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by saplanet View Post
    I managed to resolved the problem by upgrading the PHP. :)
    From what version to what version?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #336
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Probably a dumb questions:
    If I only want the recaptcha on the Contact Us and product Review pages (not on the register account page), can I simply only add the <?php echo recaptcha_get_html(); ?> line to the Contact and Reviews template pages, and leave everything else as it is?

    I prefer not to have the recaptcha on the Registration page, as this does not seem to cause any spam, and I don't want to make it harder for people to register.

  7. #337
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by ttfan View Post
    Probably a dumb questions:
    If I only want the recaptcha on the Contact Us and product Review pages (not on the register account page), can I simply only add the <?php echo recaptcha_get_html(); ?> line to the Contact and Reviews template pages, and leave everything else as it is?

    I prefer not to have the recaptcha on the Registration page, as this does not seem to cause any spam, and I don't want to make it harder for people to register.
    Yes, you can put it on any page you want and leave it off any page you do not want.

    Zen Cart and it's community are the best!!

  8. #338
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    I've got it going on the PC, but the captcha is not displaying on a phone, and when I submit on the phone, it does complain that I need to show I'm not a robot... so it seems it's just not displaying.

    I'm using the responsive sheffield blue theme...perhaps there's another file to edit?

  9. #339
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by lankeeyankee View Post
    Yes, you can put it on any page you want and leave it off any page you do not want.
    While this is true, it should probably be mentioned that if you don't put one on your create account page, you do need to make this modification, or it will fail the captch while it's not even there:

    In /includes/modules/create_account.php you'll want to comment out the line $zco_notifier->notify('NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK');

    I'm not sure if it's required to make a similar change to the Review page, if you don't put a capcha there...does anyone know?

  10. #340
    Join Date
    Jul 2012
    Posts
    16,753
    Plugin Contributions
    17

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by ttfan View Post
    While this is true, it should probably be mentioned that if you don't put one on your create account page, you do need to make this modification, or it will fail the captch while it's not even there:

    In /includes/modules/create_account.php you'll want to comment out the line $zco_notifier->notify('NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK');

    I'm not sure if it's required to make a similar change to the Review page, if you don't put a capcha there...does anyone know?
    Actually, instead of modifying the ZC default files it would be better to modify the observer class that this module uses to not listen for that notifier... while it is not necessarily expected there could be other programs that use that notifier for other purposes that would no longer be able to do what they do. Since the operation of this plugin is to be modified from its original, the plugin should be the one modified not the base file(s).
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 34 of 64 FirstFirst ... 24323334353644 ... 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