Hi!

I am using Drupal 7.12 and CAPTCHA 7.x-1.0-beta2.

After the activation of the module, when I try to set it up, changes are not saved and the following message is shown:

Notice: Undefined property: stdClass::$captcha_type in captcha_admin_settings() (line 76 of /....../modules/captcha/captcha.admin.inc).

Captha does not work and the portal remains unstable while the module is installed, so I have to remove it. Any idea about what is happening?

Thanks in advance. Regards.

Comments

soxofaan’s picture

Category: bug » support
Priority: Major » Normal

Did you have an older version of the CAPTCHA module installed previously or did you start from a fresh Drupal 7.12 setup?

ballesterosdm’s picture

I had an older version installed in a previous Drupal 5.x enviroment.

I updated Drupal 5.x to 7.12 and, when a realized thath captcha module was not working, I removed captcha directory from modules folder and I tried to install the last version.

Thanks =)

soxofaan’s picture

Status: Active » Fixed

Then you probably have an outdated database schema:
run update.php or disable-uninstall-reinstall the module

ballesterosdm’s picture

Status: Fixed » Closed (fixed)

Thanks a lot for your answers. You were right, I have updated the database and the problem has been solved.