Hi
Unknown table 'content_complete' query: DROP TABLE content_complete in /var/www/servers/ap24/version2/includes/database.mysql-common.inc in Zeile 261.

you changed from a own table to the cck tables. The uninstall tries to drop the old DB table.

Comments

pvhee’s picture

Status: Active » Fixed

Thanks for reporting. I looked into it, and it seems I made a typo in the uninstall: variable_delete instead of variable_del. I fixed this and this also fixes the problem with the table drop. Most likely, you were trying to uninstall the module twice, and during the second time the table was already dropped so you got this error.

Note that version 1.2 still uses the content_complete table, but for an entirely different purpose: to store cached completeness values. Also note that the module does not use CCK tables, it only uses variables to store its settings.

Code is committed and a new tag 1.2-beta2 has been created.

Status: Fixed » Closed (fixed)

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