user warning: Table 'document_drpl1.captcha_points' doesn't exist query: SELECT module, type FROM captcha_points WHERE form_id = 'search_theme_form' in /home/document/public_html/includes/database.mysql.inc on line 172.

Oskar

Comments

soxofaan’s picture

Why did you install CAPTCHA 5.x-2.2?
The 5.x-3.x branch is recommended.

Also: was it the first install of the CAPTHCA module or was it an upgrade?

oskar_calvo’s picture

Sorry, I make a mistake, I install the 5.x-3.1 not the 5.x-2.2.
And I think it's the first time I install CAPTHCA, I'm not sure of this.

Oskar

soxofaan’s picture

Version: 5.x-2.2 » 5.x-3.1

Is the CAPTCHA module now listed as enabled on the modules page?
Try disabling and uninstalling and then installing again

oskar_calvo’s picture

I did it, disabling and uninstalling the module and give me this warning.

user warning: Unknown table 'captcha_points' query: DROP TABLE captcha_points in /home/document/public_html/includes/database.mysql.inc on line 172.

Only one thing, my hosting have the "PHP register globals Enabled ('1')". I don't know if this can be a problem with the module.

Oskar

soxofaan’s picture

The error message on uninstall is expected.

Does the install afterwards succeed?

I don't see a reason the register globals could be relevant here. However "Using Register Globals" is strongly discouraged: http://be.php.net/register_globals

oskar_calvo’s picture

Seems to work now.

I'm going to check it.

Thanks soxofaan

oskar

soxofaan’s picture

Title: I get this error mesage when I try to install the module » "Table 'captcha_points' doesn't exist" error mesage
Status: Active » Fixed

I think this issue can be considered fixed then?

oskar_calvo’s picture

yes, It's

Oskar

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

wanderingstan’s picture

I can confirm that the uninstall/re-enable solution works:
Uninstall the CAPTCHA module (you'll have to disable it first, and you'll see an error message when uninstalling)
When you re-enable the module, the database tables will be made correctly.