I cannot get this module working.
When I install it, it throws an error

User warning: Table '`syntropicfactory`.`cache_admin_menu`' already exists query: CREATE TABLE cache_admin_menu ( `cid` VARCHAR(255) NOT NULL DEFAULT '', `data` LONGBLOB DEFAULT NULL, `expire` INT NOT NULL DEFAULT 0, `created` INT NOT NULL DEFAULT 0, `headers` TEXT DEFAULT NULL, `serialized` SMALLINT NOT NULL DEFAULT 0, PRIMARY KEY (cid), INDEX expire (expire) ) /*!40100 DEFAULT CHARACTER SET utf8 */ in _db_query() (line 169 of /home/shareontheweb/public_html/includes/database.mysqli.inc).
User warning: Table 'syntropicfactory.cache_admin_menu' doesn't exist query: SELECT data, created, headers, expire, serialized FROM cache_admin_menu WHERE cid = 'admin_menu:1:9eb0f020b021bf5c7c85f1ea0c1095f1:en' in _db_query() (line 169 of /home/shareontheweb/public_html/includes/database.mysqli.inc).

When I uninstall it,

User warning: Table 'syntropicfactory.cache_admin_menu' doesn't exist query: UPDATE cache_admin_menu SET data = 'fcc421291e4b1bda760163123cd5c64b', created = 1392129547, expire = 0, headers = '', serialized = 0 WHERE cid = 'admin_menu:1:9eb0f020b021bf5c7c85f1ea0c1095f1:en' in _db_query() (line 169 of /home/shareontheweb/public_html/includes/database.mysqli.inc).
User warning: Table 'syntropicfactory.cache_admin_menu' doesn't exist query: SELECT data, created, headers, expire, serialized FROM cache_admin_menu WHERE cid = 'admin_menu:1:9eb0f020b021bf5c7c85f1ea0c1095f1:en' in _db_query() (line 169 of /home/shareontheweb/public_html/includes/database.mysqli.inc).

In mysql, the cache_admin_menu.frm file for the table cache_admin_menu is not created, only cache_admin_menu.ibd
Deleting this file after uninstall does not help.

Comments

ergonlogic’s picture

truls1502’s picture

Status: Active » Closed (outdated)

It seems it is outdated because Drupal 6 is EOL (End-of-life) and will no longer be supported.

In case if you or anyone is still facing on Drupal 7/8, please to reopen it, change the version and provide with more information and a screenshot which might help us to troubleshoot. :)