I attempted to uninstall the module (including using the uninstall feature of Drupal) then reinstall it. Upon reinstalling the module, the Drupal modules page turned blank even after refreshing the link. I modified the URL to go back to the modules page where Drupal notified me of the following errors:
- user warning: Table 'reptag_vars' already exists query: CREATE TABLE reptag_vars ( name varchar(255) NOT NULL default '', value longtext NOT NULL, uid int(10) NOT NULL default '0', language varchar(12) NOT NULL default '' ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */; in [...]/includes/database.mysql.inc on line 172.
- user warning: Table 'reptag_registry' already exists query: CREATE TABLE reptag_registry ( module varchar(255) NOT NULL default '', path varchar(255) NOT NULL default '', weight int NOT NULL default '0', roles longtext, enabled int NOT NULL default '0', static int NOT NULL default '0', description varchar(255) NOT NULL default '', PRIMARY KEY (module) ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */; in [...]/includes/database.mysql.inc on line 172.
- user warning: Table 'cache_reptag' already exists query: CREATE TABLE cache_reptag ( cid varchar(255) NOT NULL default '', data longblob, expire int NOT NULL default '0', created int NOT NULL default '0', headers text, PRIMARY KEY (cid), INDEX expire (expire) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in [..]/includes/database.mysql.inc on line 172.
Comments
Comment #1
profix898 commentedWorks fine for me. The tables are dropped successfully on uninstall. Can you please check your server logs for some helpful entries? You are using a MySQL database, right?
Comment #2
nytwolf commentedI am using MySQL, yes. If I encounter the issue again I will check the server logs. Since I posted this bug my test site has undergone many changes which may have caused the original issue. I'll close the ticket for now.