
Originally Posted by
funkey
Can the people who reported trouble with the eval() problem above try the attached .sql file (again, cut-and-paste, don't upload it) and let me know if it's any better?
Success 9 statements processed.
Error ERROR: Cannot insert configuration_key "ACCOUNT_VALIDATION" because it already exists
Error ERROR: Cannot insert configuration_key "CREATE_ACCOUNT_VALIDATION" because it already exists
Error ERROR: Cannot insert configuration_key "LOGIN_VALIDATION" because it already exists
Error ERROR: Cannot insert configuration_key "ENTRY_VALIDATION_LENGTH" because it already exists
Error ERROR: Cannot insert configuration_key "ENTRY_VALIDATION_LENGTH" because it already exists
Warning Note: 4 statements ignored. See "upgrade_exceptions" table for additional details.
...
Tonight was my first encounter with the CAPTCHA contrib -- thanks for sharing this one! I installed, configured, then noticed the unexpected T_CONSTANT_ENCAPSED_STRING error message when trying to edit the length of the validation code. Just now found this thread when I searched the forum. Ran the additional SQL and now I have two instances of Configuration/CAPTCHA Validation. Looks like I need to revert to the database backup I did just before pasting & running the first SQL, then have a closer look at the statements before I try processing them again.
Once this is fixed, my next mission will be to find a way to include CAPTCHA on the tell-a-friend email form. I don't want to require visitors to create an account just so they can use tell-a-friend, but I don't want to leave the door open for a malicious bot either.
One thing at a time, eh?