Page 24 of 68 FirstFirst ... 14222324252634 ... LastLast
Results 231 to 240 of 673
  1. #231
    Join Date
    Feb 2008
    Location
    Amersham, Buckinghamshire, United Kingdom
    Posts
    141
    Plugin Contributions
    1

    Default Re: Support Thread for Google reCAPTCHA plugin

    Hi

    This version looks like it should work - I suspect there is an error occurring somewhere in the recaptcha_check_answer function, which means that $resp is blank or null.

  2. #232
    Join Date
    May 2014
    Posts
    6
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by David Allen View Post
    I've started this thread to provide support for my Google reCAPTCHA plugin. http://www.zen-cart.com/downloads.php?do=file&id=1455
    Any questions or problems let me know below
    Regards
    David
    Hello David, We are using zen cart 1.5.5 and I installed your plugin, it works great for the contact us page, however on the new account client registration page, it keeps displaying the error at the top "Please verify that your are not a robot", but the validate has a green check mark. Any ideas on how to fix?

    www.skincareproducts4all.com

    Thank you very much!

  3. #233
    Join Date
    May 2014
    Posts
    6
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    Okay, please forgive me, how do we resolve the $resp is null

  4. #234
    Join Date
    Feb 2008
    Location
    Amersham, Buckinghamshire, United Kingdom
    Posts
    141
    Plugin Contributions
    1

    Default Re: Support Thread for Google reCAPTCHA plugin

    Hi Searchn

    I haven't had chance to test it yet with v1.5.5, but I can't see any changes that would cause it not to work. I just tried the create account on your site and it does come up with the error.
    I think somehow the reCaptcha response isn't being sent back to the form processing script. Not sure why, the only thing I can see is an extraneous </fieldset> in the html immediately after the reCaptcha. Try getting rid of that and see if it helps

    Regards

  5. #235
    Join Date
    May 2014
    Posts
    6
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by David Allen View Post
    Hi Searchn

    I haven't had chance to test it yet with v1.5.5, but I can't see any changes that would cause it not to work. I just tried the create account on your site and it does come up with the error.
    I think somehow the reCaptcha response isn't being sent back to the form processing script. Not sure why, the only thing I can see is an extraneous </fieldset> in the html immediately after the reCaptcha. Try getting rid of that and see if it helps

    Regards
    Thanks for the reply. I tried that and it crashes the page. I moved the recapcha line around and still no luck. See the tail end of the tpl_modules_create_account.php file.

    <?php echo recaptcha_get_html(); ?>
    <?php
    if (CUSTOMERS_REFERRAL_STATUS == 2) {
    ?>

    <fieldset>
    <legend><?php echo TABLE_HEADING_REFERRAL_DETAILS; ?></legend>
    </fieldset>

    <div class="form-group">
    <label class="inputLabel" for="customers_referral"><?php echo ENTRY_CUSTOMERS_REFERRAL; ?></label>
    <?php echo zen_draw_input_field('customers_referral', '', zen_set_field_length(TABLE_CUSTOMERS, 'customers_referral', '15') . ' id="customers_referral" class="form-control"'); ?>
    </div>

    ><?php } ?>
    </div>

  6. #236
    Join Date
    Feb 2008
    Location
    Amersham, Buckinghamshire, United Kingdom
    Posts
    141
    Plugin Contributions
    1

    Default Re: Support Thread for Google reCAPTCHA plugin

    Looks like you moved a lot of the </fieldset>s around, mostly to move them up to just after the </legend> - not sure why you did that as it means the <fieldset> doesn't contain any fields, which defeats its purpose).
    Also looks like the recaptch is inside <div class="newsletter_block"> - again not sure if you meant it to be.

    I'm amazed that removing an extra </fieldset> would cause the page to crash - malformed html rarely crashes pages, it's usually bad php that does that.

    Regards
    David

  7. #237
    Join Date
    Feb 2008
    Location
    Amersham, Buckinghamshire, United Kingdom
    Posts
    141
    Plugin Contributions
    1

    Default Re: Support Thread for Google reCAPTCHA plugin

    You could also try replacing your tpl_modules_create_account_default.php with the on from the default template and adding the recaptcha line into that. It will mess up your design, but you'll be able to quickly test if it solves the problem.

  8. #238
    Join Date
    May 2014
    Posts
    6
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by David Allen View Post
    You could also try replacing your tpl_modules_create_account_default.php with the on from the default template and adding the recaptcha line into that. It will mess up your design, but you'll be able to quickly test if it solves the problem.
    Hi David, I did not do anything but move the <?php echo recaptcha_get_html(); ?> around. The rest of the code is from the theme we installed. Forgive me I am not an PHP expert. Not sure what you mean with the fieldset . Can you look at the original file? attached

  9. #239
    Join Date
    Feb 2008
    Location
    Amersham, Buckinghamshire, United Kingdom
    Posts
    141
    Plugin Contributions
    1

    Default Re: Support Thread for Google reCAPTCHA plugin

    Try removing line 187 from the file you attached - the line that just says </fieldset> -
    The position you placed the
    Code:
    <?php echo recaptcha_get_html(); ?>
    in your pasted code a couple of comments ago looks correct.
    Regards

  10. #240
    Join Date
    May 2014
    Posts
    6
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    If I remove line 187, wont that break the beginning statement on 185?
    185 <fieldset>
    186 <legend><?php echo ENTRY_EMAIL_PREFERENCE; ?></legend>
    187 </fieldset>

 

 
Page 24 of 68 FirstFirst ... 14222324252634 ... LastLast

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