Thread: ReCaptcha help

Results 1 to 10 of 10
  1. #1
    Join Date
    Feb 2008
    Posts
    53
    Plugin Contributions
    0

    Default ReCaptcha help

    Zen Cart version 1.50. I installed recaptcha and everything seemed to be working properly. Then I decided to look at the options to change the color of my theme

    Admin->Configuration->reCAPTCHA Options

    When I click on the above link, the My Store page is being loaded, not the reCptcha Options page.

    Any idea why this is happening? Can anybody help me?

  2. #2
    Join Date
    Jun 2009
    Posts
    83
    Plugin Contributions
    4

    Default Re: ReCaptcha help

    This would be caused by the configuration group id not being set correctly for the ReCaptcha menu. When you click on the link and look at the url you will notice something like configuration.php?gID=12. Somehow the module must have registered the wrong group id. To find the correct id for the menu, you can use the query:
    Code:
    SELECT @gid := configuration_group_id FROM configuration_group WHERE configuration_group_title='reCAPTCHA' LIMIT 1;
    UPDATE admin_pages SET page_params = CONCAT('gID=', @gid) WHERE language_key='BOX_TOOLS_RECAPTCHA'
    Use the Install SQL Patches menu under the tools menu to execute the query above. This should hopefully fix the menu link.

  3. #3
    Join Date
    Feb 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: ReCaptcha help

    Thank you pickupman! It worked beautifully just as you hoped it would. Thank you for getting back to me so fast. I really appreciate your help!

  4. #4
    Join Date
    Feb 2012
    Posts
    70
    Plugin Contributions
    0

    Default Re: ReCaptcha help

    I am having the same issue however this code doesn't solve the issue for me.
    is there something more i should to the code?

  5. #5
    Join Date
    Feb 2012
    Posts
    70
    Plugin Contributions
    0

    Default Re: ReCaptcha help

    for it to work on one of my sites i must manually type in admin/configuration.php?gID=33
    for another the page comes up blank.
    for both the reCAPTCHA Options doesn't work.
    its funny because my first two sites it went perfect and my sites are basically all the same.

  6. #6
    Join Date
    Feb 2012
    Posts
    70
    Plugin Contributions
    0

    Default Re: ReCaptcha help

    I got it when i use the url 32 instead of 33 it works.
    i still want to fix the drop down button though any insight???

  7. #7
    Join Date
    Jun 2009
    Posts
    83
    Plugin Contributions
    4

    Default Re: ReCaptcha help

    Quote Originally Posted by valsurfer101 View Post
    I got it when i use the url 32 instead of 33 it works.
    i still want to fix the drop down button though any insight???
    The query I posted above should work to correct the issue when the admin page is registered incorrectly. Otherwise you have manual edit the entry in the database use the command line or phpMyAdmin or the like. It's in the admin_pages table.

  8. #8
    Join Date
    Feb 2012
    Posts
    70
    Plugin Contributions
    0

    Default Re: ReCaptcha help

    okay thanks ill have to do it manually then

  9. #9
    Join Date
    Jun 2005
    Posts
    19
    Plugin Contributions
    0

    Default Re: ReCaptcha help

    I just installed this on my site, and the page (with ReCaptcha disabled) is here: http://williamsstore.com/market/inde...age=contact_us
    When I enable it, the form looks like the attached screen capture. My sideboxes disappear, it loses formatting and doesn't display ReCaptcha at all. This is latest ZenCart 1.5 with ReCaptcha I just downloaded today. Screenshot is from Firefox but I tried IE and Chrome with same results.
    Attached Images Attached Images  

  10. #10
    Join Date
    Jun 2009
    Posts
    83
    Plugin Contributions
    4

    Default Re: ReCaptcha help

    Quote Originally Posted by eggmedia View Post
    I just installed this on my site, and the page (with ReCaptcha disabled) is here: http://williamsstore.com/market/inde...age=contact_us
    When I enable it, the form looks like the attached screen capture. My sideboxes disappear, it loses formatting and doesn't display ReCaptcha at all. This is latest ZenCart 1.5 with ReCaptcha I just downloaded today. Screenshot is from Firefox but I tried IE and Chrome with same results.
    Check your error log files. This shouldn't be affecting your side columns. I could see if it wasn't displaying the right column. The code in the left column is loaded before the module is displayed in the middle.
    Is the configuration options properly set in the admin panel under Configuration->reCaptcha? Is this a live site, or could you enable the module so I could see the source html?

 

 

Similar Threads

  1. v151 reCaptcha Problems
    By Jeff in forum Customization from the Admin
    Replies: 4
    Last Post: 26 Jan 2015, 12:50 AM
  2. Contact reCAPTCHA
    By nolsowski in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 29 Apr 2012, 08:54 PM
  3. Contact Recaptcha
    By Miff in forum General Questions
    Replies: 1
    Last Post: 15 Jun 2011, 10:40 PM
  4. Aligning Recaptcha
    By djkfunk in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 12 Sep 2010, 05:13 AM
  5. Contact reCAPTCHA and 1.3.9d
    By nickgreaves in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 24 Jun 2010, 07:39 AM

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