Closed (fixed)
Project:
CAPTCHA
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2007 at 21:16 UTC
Updated:
16 Sep 2007 at 20:11 UTC
Good Day,
Advice for updating from previous version? Is this straight forward disabled module, uninstall if available, then ftp new version over, activate, then configure settings?
TIA,
Mark
Comments
Comment #1
mrgoltra commentedapologies for misspelling.
Comment #2
HorsePunchKid commentedHi, Mark. I recommend waiting until the dust settles from some of these recent updates to the relevant modules. There are some significant problems, and a substantial rewrite is in the works. Some people have had success with earlier versions, depending on exactly what version you're upgrading from.
Comment #3
mrgoltra commentedHi Steven,
Thank you much for the advice. I using the 2.1 to 2.2. I was just wondering if there would be any advantages. Right now I am using reCaptcha and Captcha is a needed component.
Thanks,
Mark
Comment #4
HorsePunchKid commentedI just recently disabled, uninstalled, and removed all of the captcha-related modules I've been using (captcha, recaptcha, form store, form collect, and textimage) and then installed the most recent official releases of captcha and recaptcha. Everything went quite smoothly except for the odd fact that I needed to run update.php to get one of the tables for captcha (despite installing from scratch).
Kudos to the developers working on these modules. Things are shaping up nicely!
Comment #5
soxofaan commentedThat's because the old versions did not define its own database table, and the new version does. Technically this is a change in database layout between module version, so Drupal suggests to run update.php. If you check the first update function in captcha.install, you'll see indeed "CREATE TABLE" statements.
Thanks for testing.
Comment #6
(not verified) commented