Thread: ReCaptcha help

Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Posts
    51
    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
    77
    Plugin Contributions
    5

    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
    51
    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
    62
    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
    62
    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
    62
    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
    77
    Plugin Contributions
    5

    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
    62
    Plugin Contributions
    0

    Default Re: ReCaptcha help

    okay thanks ill have to do it manually then

 

 

Similar Threads

  1. Contact reCAPTCHA
    By nolsowski in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 29 Apr 2012, 08:54 PM
  2. Contact Recaptcha
    By Miff in forum General Questions
    Replies: 1
    Last Post: 15 Jun 2011, 10:40 PM
  3. Aligning Recaptcha
    By djkfunk in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 12 Sep 2010, 05:13 AM
  4. 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
  •