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.
Re: CAPTCHA Anti-Robot Mod
Quote:
Originally Posted by
timbojrjr1
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
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.
Re: CAPTCHA Anti-Robot Mod
Quote:
Originally Posted by
timbojrjr1
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
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.
Re: CAPTCHA Anti-Robot Mod
Quote:
Originally Posted by
timbojrjr1
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
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.
Re: CAPTCHA Anti-Robot Mod
Quote:
Originally Posted by
timbojrjr1
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
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.
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