Page 13 of 68 FirstFirst ... 311121314152363 ... LastLast
Results 121 to 130 of 673
  1. #121
    Join Date
    Jan 2012
    Posts
    89
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    I am not sure which version I have, it was installed towards end of 2012, is there a way to check what version it was installed?



    Quote Originally Posted by mc12345678 View Post
    Typically yes, when a line number is provided blank lines are included and the "second line" of code that wraps around the screen does not count. Considering that David downloaded a recent copy and that the line suggested to modify doesn't match a similar line in the code provided, are you sure that you have the most up-to-date? Also, when providing code, please place it between the appropriate code blocks like ['CODE'] and [/'CODE'] (with the apostrophe's removed).

  2. #122
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by Coins2012 View Post
    I am not sure which version I have, it was installed towards end of 2012, is there a way to check what version it was installed?
    Yes and no/depends. This conversation is diverging from the central focus of this thread. Might I suggest bening a new thread and then posting the link to that thread in here. My guess would be that it has been updated. At the very least if you go to the current plugin and an update has been provided almost at any time in 2013, then probably old.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #123
    Join Date
    Jan 2012
    Posts
    89
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    I got it working, it was my error, was not entering the code correctly, now it displays the Captcha and works fine when entering the wrong info but when entering the correct captcha info, the email is not sent and error shows that sayts "Error invalid-site-private-key".

    Any ideas?


    Quote Originally Posted by mc12345678 View Post
    Yes and no/depends. This conversation is diverging from the central focus of this thread. Might I suggest bening a new thread and then posting the link to that thread in here. My guess would be that it has been updated. At the very least if you go to the current plugin and an update has been provided almost at any time in 2013, then probably old.

  4. #124
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by Coins2012 View Post
    I got it working, it was my error, was not entering the code correctly, now it displays the Captcha and works fine when entering the wrong info but when entering the correct captcha info, the email is not sent and error shows that sayts "Error invalid-site-private-key".

    Any ideas?
    Is this the only place that you have recaptcha activated? Have you tried at say the contact us page?

    If the answer is first time trying, then I would suggest revisiting the installation instructions. There are some things that need to be entered, changed, etc in order for this plugin to communicate properly with google and validate the entry. Basically need to have an account and provide the plugin the "login" details.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #125
    Join Date
    Jan 2012
    Posts
    89
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    I have it in the Contact US Page and Create Account Page, that works fine, not getting error but sometimes even if you don't enter the capthca info it still sends the info and you are able to create an account, I think some other people had this problem.

    As far as the 'As A Question', not sure why I am getting that error.




    Quote Originally Posted by mc12345678 View Post
    Is this the only place that you have recaptcha activated? Have you tried at say the contact us page?

    If the answer is first time trying, then I would suggest revisiting the installation instructions. There are some things that need to be entered, changed, etc in order for this plugin to communicate properly with google and validate the entry. Basically need to have an account and provide the plugin the "login" details.

  6. #126
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by Skullman View Post
    Where I enter the captcha, the back ground is black, and the letters are black. Any hint on how to change that? Thanks/
    Also the google picture is cut off. You can view it here:
    http://www.haymanchopper.com/index.p...age=contact_us
    CSS style sheet, or in the request of the style of the google recaptcha, choose a different option? Sorry, not at a computer to be able to eval your CSS settings/find the cause to this text color problem. A tool such as firebug may help.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #127
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by Coins2012 View Post
    I have it in the Contact US Page and Create Account Page, that works fine, not getting error but sometimes even if you don't enter the capthca info it still sends the info and you are able to create an account, I think some other people had this problem.

    As far as the 'As A Question', not sure why I am getting that error.
    Okay, couple of things going on with that statement: sometimes things work, sometimes they don't. If the sometimes this plugin doesn't stop traffic there are a few things to look into. Do you have files that have been "renamed" but still end with .php? So like header_php_old.php for example. (In most cases any file ending in .php will be loaded. Sometimes alphabetically, sometimes by whatever, etc...need to verify that the applicable "trigger" code is provided so that can't leave a blank entry or incorrectly enter the recaptcha and for it to carry on.

    Now, about the current ask a question issue. It seems that perhaps the "last" necessary file is not "loaded". Wondering if this is a result of a missing notifier, or the observer is not looking for the notifier that is present or a combination. The thought being, when a specific line of code is processed, that a series of actions occurs which includes loading the file that has your credentials for recaptcha.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #128
    Join Date
    Jan 2012
    Posts
    89
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    ok, I did a search for header_php_old.php and found one file and renamed it to .bak, this did not solve the problem of Create Account and Contact Us. As far as the Ask Question, not sure what to do other than removing the code, at least now it stops the spam completely, I was getting 100's of spam email from this, is there a way to disable the Ask Question Module, I looked in the Zencart Admin but couldn't find the feature.

    Thank you


    Quote Originally Posted by mc12345678 View Post
    Okay, couple of things going on with that statement: sometimes things work, sometimes they don't. If the sometimes this plugin doesn't stop traffic there are a few things to look into. Do you have files that have been "renamed" but still end with .php? So like header_php_old.php for example. (In most cases any file ending in .php will be loaded. Sometimes alphabetically, sometimes by whatever, etc...need to verify that the applicable "trigger" code is provided so that can't leave a blank entry or incorrectly enter the recaptcha and for it to carry on.

    Now, about the current ask a question issue. It seems that perhaps the "last" necessary file is not "loaded". Wondering if this is a result of a missing notifier, or the observer is not looking for the notifier that is present or a combination. The thought being, when a specific line of code is processed, that a series of actions occurs which includes loading the file that has your credentials for recaptcha.

  9. #129
    Join Date
    Jan 2012
    Posts
    89
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    It's all good now, looks like the google keys were entered incorrectly by the website developer and some of the code was not added.

    thank you

    Quote Originally Posted by mc12345678 View Post
    Okay, couple of things going on with that statement: sometimes things work, sometimes they don't. If the sometimes this plugin doesn't stop traffic there are a few things to look into. Do you have files that have been "renamed" but still end with .php? So like header_php_old.php for example. (In most cases any file ending in .php will be loaded. Sometimes alphabetically, sometimes by whatever, etc...need to verify that the applicable "trigger" code is provided so that can't leave a blank entry or incorrectly enter the recaptcha and for it to carry on.

    Now, about the current ask a question issue. It seems that perhaps the "last" necessary file is not "loaded". Wondering if this is a result of a missing notifier, or the observer is not looking for the notifier that is present or a combination. The thought being, when a specific line of code is processed, that a series of actions occurs which includes loading the file that has your credentials for recaptcha.

  10. #130
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by Coins2012 View Post
    It's all good now, looks like the google keys were entered incorrectly by the website developer and some of the code was not added.

    thank you
    Glad you got it to work. Appears that went back and confirmed that was having the problem no matter where it was used, good to check out why "works" for one and not the other or in this case, didn't work here, does it work elsewhere? :) best of luck with your next adventure!
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 13 of 68 FirstFirst ... 311121314152363 ... 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