Thank you for the reply.
Can you be a little bit more specific (where the database file is located and how I find the ID for each?) since I am new at editing this from zencart. Thank you.
Printable View
Thank you for the reply.
Can you be a little bit more specific (where the database file is located and how I find the ID for each?) since I am new at editing this from zencart. Thank you.
The easiest way for you to correct this would be to delete it all from your database.
BACKUP your DATABASE FIRST!!
Edit the UnInstall_CAPTCHA.sql file and remove the LIMIT 1 from this line only. Make sure you leave the ; at the end of the line.
Check your Admin/Configurartion screen that all of the CAPTCHA entries are gone.Code:DELETE FROM configuration_group WHERE configuration_group_title = 'CAPTCHA Validation' LIMIT 1;
Now re-run the Install_CAPTCHA.sql file and there should only be one entry now.
some useful info here on integrating with FEC
http://www.zen-cart.com/forum/showth...814#post950814
Well then you must have changed it since when I downloaded it (which was only about 2 weeks ago).
My version readme states "Last Updated: 08/11/2010"
I checked both the original CAPTCHA files and the FEC create_account files all the references to that code is in the modules files and yes your fix works even there.
Great simple fix to a great big problem that was driving me mad:P
By the way is there anywhere I can download an alternative image file for the anti-robot challenge images? I find the current format quite confusing even to humans :P
I guess thats a matter of opinion but if you could point me in the right direction I'd like to see all my options.
Cheers!:D
I reinstalled CAPTCHA today on my site to add the 'Contact Us' page functionality. I see the option in my Admin, just not seeing it on the site, until I attempt to send a message then it shows up ?
http://bbmetalfab.com/metalart
Got it, the code looks for 'contact_us' and the URL translation was 'contact-us'...I changed the underbar to a hyphen and all good now.