Closed (fixed)
Project:
CAPTCHA
Version:
7.x-1.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2012 at 17:23 UTC
Updated:
19 Feb 2012 at 11:39 UTC
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
Comment #1
soxofaan commentedDid you have an older version of the CAPTCHA module installed previously or did you start from a fresh Drupal 7.12 setup?
Comment #2
ballesterosdm commentedI 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 =)
Comment #3
soxofaan commentedThen you probably have an outdated database schema:
run update.php or disable-uninstall-reinstall the module
Comment #4
ballesterosdm commentedThanks a lot for your answers. You were right, I have updated the database and the problem has been solved.