Page 15 of 19 FirstFirst ... 51314151617 ... LastLast
Results 141 to 150 of 186
  1. #141
    Join Date
    Oct 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    I had that same problem you have to change you sql file as in the readme on the top of the sql. I had to go into phpAdmin > your database > Configuration_group and then you have to see what the next two numbers would be at the end of your group GID:34 Sort order: 34 something like that and then change that in your sql file you load. Otherwise it just seems to put that Captcha Validation in whatever file has that GID: and Sort Order: that you had in the sql file you uploaded. There can be more than one page for this Configuration_group folder also if you have a lot of add-ons. Hope this helps.

  2. #142
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by timbojrjr1 View Post
    I had that same problem you have to change you sql file as in the readme on the top of the sql. I had to go into phpAdmin > your database > Configuration_group and then you have to see what the next two numbers would be at the end of your group GID:34 Sort order: 34 something like that and then change that in your sql file you load. Otherwise it just seems to put that Captcha Validation in whatever file has that GID: and Sort Order: that you had in the sql file you uploaded. There can be more than one page for this Configuration_group folder also if you have a lot of add-ons. Hope this helps.
    This does help some for me. I currently only have Easy Populate and CkEditor installed for addons. I guess I don't quit understand what I am supposed to change the GID and Sort Order to. The Read Me states "However, if you have added additional # Add-Ons already or, made changes to this table, you will need to set those numbers to what the next setting would be for them, in Sequential Order." I am not sure what number they need to be. Any help is greatly appreciated.

    Thanks
    Mark

  3. #143
    Join Date
    Oct 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    I had to go into cpanel to find that info. Under phpAdmin click on configuration_group and look at the list it will show those files for the add-ons in there. See what the bottom one has for GID and Sort Order. For example it might have GID:34 and Sort order: 29. Then you would have to edit the sql file and put GID: 35 and Sort Order: 30 and that should fix your problem. If you don't have Cpanel or phpAdmin I am not sure how to do this. If you still can't figure that out I would need to see a screen shot of your phpAdmin Configuration_group folder to see what to do. I hope this helps.

  4. #144
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by timbojrjr1 View Post
    I had to go into cpanel to find that info. Under phpAdmin click on configuration_group and look at the list it will show those files for the add-ons in there. See what the bottom one has for GID and Sort Order. For example it might have GID:34 and Sort order: 29. Then you would have to edit the sql file and put GID: 35 and Sort Order: 30 and that should fix your problem. If you don't have Cpanel or phpAdmin I am not sure how to do this. If you still can't figure that out I would need to see a screen shot of your phpAdmin Configuration_group folder to see what to do. I hope this helps.
    Thanks I figured it out and now I cannot upload the SQL file. I try to do a copy and paste and hit send and I get the error message "WARNING: An Error occurred, please refresh the page and try again.". Any idea why I am getting the message.

    Thanks
    Mark

  5. #145
    Join Date
    Oct 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Did you copy everything including the text before the sql. Just copy from
    SELECT @sortorder:=max(sort_order) down and paste and hit send. This one seems to not be able to copy everything and hit send. Just copy the code.

  6. #146
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by timbojrjr1 View Post
    Did you copy everything including the text before the sql. Just copy from
    SELECT @sortorder:=max(sort_order) down and paste and hit send. This one seems to not be able to copy everything and hit send. Just copy the code.
    I am only trying to copy the code as you indicated and I only get the error message "WARNING: An Error occurred, please refresh the page and try again." This error message pops up on a new page and not at the top of ZC like a normal program saying sucessfully uploaded. It is a new page like a 404 Error. Hopefully someone can help with this.

    Thanks
    Mark

  7. #147
    Join Date
    Oct 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    I am pretty new at this and am not sure then why that is happening. I gave up on this mod because it would not show up in my admin panel to change those pages to true. I installed Google reCaptcha and that was really easy. A little harder to read but should work the same but I can't change the fonts or anything. I may try this mod again sometime but for now I will stock with the google reCaptcha.

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

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by timbojrjr1 View Post
    I installed Google reCaptcha and that was really easy. A little harder to read but should work the same but I can't change the fonts or anything. I may try this mod again sometime but for now I will stock with the google reCaptcha.
    Hi Tim - Just thought I'd let you know that you can change the font with the Google reCaptcha. See my post in the support thread on customising the look of it.
    Regards
    David

  9. #149
    Join Date
    Oct 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Thank you for the mod and the info. I will try and use the clean one and see how that looks.

  10. #150
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    I found the error in the debug but am not sure what to do. Can someone help me. The error states "[31-Oct-2012 12:38:13] PHP Fatal error: 1062uplicate entry 'configCaptchaValidation' for key 'page_key' :: INSERT INTO zen_admin_pages ( page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order ) VALUES ( 'configCaptchaValidation', 'BOX_CONFIGURATION_CAPTCHA_VALIDATION', 'FILENAME_CONFIGURATION', 'gID=32', 'configuration', 'Y', '32'); in /home/firstcap/public_html/includes/classes/db/mysql/query_factory.php on line 101"

    I am getting the error message ""WARNING: An Error occurred, please refresh the page and try again." when I click send on SQL Patch in Admin. I was told this debug error message will help me but I am not sure what to do. Any help is greatly appreciated.

    Thanks
    Mark

 

 
Page 15 of 19 FirstFirst ... 51314151617 ... LastLast

Similar Threads

  1. User Verification (Anti-Robot / CAPTCHA)
    By funkey in forum All Other Contributions/Addons
    Replies: 191
    Last Post: 6 Oct 2014, 08:12 PM
  2. CAPTCHA Anti-Robot Registration v1.4 for ZC v1.5 -- support thread
    By Joseph_Greely in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 4 Jul 2013, 09:35 PM
  3. v151 CAPTCHA Anti-Robot Registration v1.4
    By Razzinator in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 5 Mar 2013, 04:45 PM
  4. CAPTCHA Anti-Robot
    By New Directions in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Jun 2010, 03:36 AM
  5. CAPTCHA Anti-Robot Registration module
    By oxicottin in forum General Questions
    Replies: 1
    Last Post: 13 Mar 2008, 09:35 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