Page 38 of 64 FirstFirst ... 28363738394048 ... LastLast
Results 371 to 380 of 639
  1. #371
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Support Thread for Google reCAPTCHA

    As said php5.6 is end of life. for the everyday user the biggest advantage of php 7.x is a significant speed improvement.
    Quote Originally Posted by pixbo View Post
    Jim,
    thanks a lot for your help! Now all is running fine. My current php-version is 5.6. Any advantage change to 7.0 ? Wish you a prosperous 2019!
    /Per

  2. #372
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Just a heads up. The "tpl_contact_us_default.php" file is missing the email subject box for both the custom template and the standard responsive template.

    Was getting errors that it was missing. Modified file to put this in "
    <label class="inputLabel" for="subject"><?php echo ENTRY_EMAIL_SUBJECT; ?></label>

    <?php echo zen_draw_input_field('subject', $subject, ' size="40" id="subject"') . '<span class="alert">' .
    ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
    <br class="clearBoth" />" and it now works perfiectly

    Zencart setup

    version 155e
    template Westminster_new
    Php 5.6

    Using: Latest Google reCaptcha plugin

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

    Default Re: Support Thread for Google reCAPTCHA

    The Email Subject is a separate pluging: https://www.zen-cart.com/downloads.php?do=file&id=226
    which is why it's not included in this plugin.

    When installing this plugin, you'd need to merge your tpl_contact_us_default.php with the one from this plugin, as you now have.

    Quote Originally Posted by fjbern1943 View Post
    Just a heads up. The "tpl_contact_us_default.php" file is missing the email subject box for both the custom template and the standard responsive template.

    Was getting errors that it was missing. Modified file to put this in "
    <label class="inputLabel" for="subject"><?php echo ENTRY_EMAIL_SUBJECT; ?></label>

    <?php echo zen_draw_input_field('subject', $subject, ' size="40" id="subject"') . '<span class="alert">' .
    ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
    <br class="clearBoth" />" and it now works perfiectly

    Zencart setup

    version 155e
    template Westminster_new
    Php 5.6

    Using: Latest Google reCaptcha plugin

  4. #374
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by jeking View Post
    The Email Subject is a separate pluging: https://www.zen-cart.com/downloads.php?do=file&id=226
    which is why it's not included in this plugin.

    When installing this plugin, you'd need to merge your tpl_contact_us_default.php with the one from this plugin, as you now have.

    The email subject box is already included in Zencart Version 1.54 and 155e as a standard so there is absolutely no reason to have to install the Email Subject Plugin and therefore it should be included with the Google reCapcha Plugin for these zencart versions.

    If you include it in the plugin there would not be a need to do any merge and just use the files provided.

    Just my opinion.

  5. #375
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by fjbern1943 View Post
    The email subject box is already included in Zencart Version 1.54 and 155e as a standard so there is absolutely no reason to have to install the Email Subject Plugin and therefore it should be included with the Google reCapcha Plugin for these zencart versions.

    If you include it in the plugin there would not be a need to do any merge and just use the files provided.

    Just my opinion.
    Not true. The subject is not part at a standard Zen Cart installation.

  6. #376
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default Re: Support Thread for Google reCAPTCHA

    I have installed your latest plugin (19 Dec 2018) on my zen-cart 1.5.5f.
    I get the following message: ERROR for site owner: Invalid site key
    I have completed the set up as instructed and put the keys in the correct file.

    Does this plugin only work with reCAPTCHA 2?

    Thanks,

    Goshawk
    Time is but an illusion, there is only "now"!

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

    Default Re: Support Thread for Google reCAPTCHA

    It does work with 2.

    The error indicates a problem with steps 1 and 2.

    Step 1
    Go to https://www.google.com/recaptcha/admin and create the Google reCAPTCHA keys for your website
    Step 2
    Open the file /includes/functions/extra_functions/recaptchalib.php and insert the public and private keys you got in Step 1. They need to go on lines 9 and 10

    Quote Originally Posted by Goshawk View Post
    I have installed your latest plugin (19 Dec 2018) on my zen-cart 1.5.5f.
    I get the following message: ERROR for site owner: Invalid site key
    I have completed the set up as instructed and put the keys in the correct file.

    Does this plugin only work with reCAPTCHA 2?

    Thanks,

    Goshawk

  8. #378
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by jeking View Post
    It does work with 2.

    The error indicates a problem with steps 1 and 2.

    Step 1
    Go to https://www.google.com/recaptcha/admin and create the Google reCAPTCHA keys for your website
    Step 2
    Open the file /includes/functions/extra_functions/recaptchalib.php and insert the public and private keys you got in Step 1. They need to go on lines 9 and 10
    Sorry for the delayed response, thank you.
    I filled in the correct details in the plug-in and at Google Admin, but forgot to click "accept changes" at Google...LOL
    Time is but an illusion, there is only "now"!

  9. #379
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by Goshawk View Post
    Sorry for the delayed response, thank you.
    I filled in the correct details in the plug-in and at Google Admin, but forgot to click "accept changes" at Google...LOL
    Thank you for confirming. I have done the exact same thing myself.

  10. #380
    Join Date
    Oct 2015
    Location
    NZ
    Posts
    5
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Hi Im using zencart 1.54 and i have installed this plugin, however i seem to have locked myself out of the admin. when i refreshed the page i could not log back in.

    Can you please help. Im using SSL if this helps. I get a pop up box when trying to login in saying using under SSL do you want to continue.
    Last edited by widget50; 21 Jan 2019 at 01:35 AM.

 

 
Page 38 of 64 FirstFirst ... 28363738394048 ... 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