Closed (fixed)
Project:
Content Complete
Version:
6.x-1.2-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2009 at 01:50 UTC
Updated:
30 Sep 2009 at 07:30 UTC
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
Comment #1
pvhee commentedThanks 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.