* user warning: Table 'contemplate_files' already exists query: CREATE TABLE contemplate_files ( `site` VARCHAR(255) NOT NULL, `data` LONGBLOB NOT NULL, UNIQUE KEY site (site) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /home/collapse/public_html/includes/database.inc on line 529.
* user warning: Table 'contemplate' already exists query: CREATE TABLE contemplate ( `type` VARCHAR(32) NOT NULL DEFAULT '', `teaser` TEXT NOT NULL, `body` TEXT NOT NULL, `rss` TEXT NOT NULL, `enclosure` VARCHAR(128) NOT NULL, `flags` INT unsigned NOT NULL DEFAULT 7, INDEX type (type) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /home/collapse/public_html/includes/database.inc on line 529.

Should I do something to fix it?

Comments

jniesen’s picture

It looks like they just forgot the logic to check if the tables 'contemplate_files' and 'contemplate' exist before creating it again (must have been installed previously. Does the module work correctly now that its installed? If it does, the warning shouldn't matter and you can just ignore it. If you wanted, you could adjust the install file by dropping the tables first before recreating them.

jrglasgow’s picture

what the errors mean is that the database changes (adding tables) that Content Templates does when it installs was already done. Most likely the module will function as expected, if not you need to disable the module, uninstall it, then reenable it.

kaling’s picture

I had uninstalled the module. It was too difficult to fix it for me.