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

mrgoltra’s picture

Title: documnetation » Documentation

apologies for misspelling.

HorsePunchKid’s picture

Title: Documentation » Advice for updating from previous version

Hi, 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.

mrgoltra’s picture

Hi 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

HorsePunchKid’s picture

Version: 5.x-2.2 » 6.x-2.x-dev
Status: Active » Fixed

I 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!

soxofaan’s picture

except for the odd fact that I needed to run update.php to get one of the tables for captcha (despite installing from scratch).

That'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.

Anonymous’s picture

Status: Fixed » Closed (fixed)