heres the ouput of drush en entitycache :

The following extensions will be enabled: entitycache
Do you really want to continue? (y/n): y
WD php: DatabaseSchemaObjectExistsException: Table cache_entity_comment already exists. in DatabaseSchema->createTable() (line 657 of                         [error]
/opt/bitnami/apps/drupal/htdocs/includes/database/schema.inc).
Cannot modify header information - headers already sent by (output started at /opt/bitnami/apps/drupal/drush/includes/output.inc:37) bootstrap.inc:1212       [warning]
DatabaseSchemaObjectExistsException: Table <em class="placeholder">cache_entity_comment</em> already exists. in DatabaseSchema->createTable() (line 657 of /opt/bitnami/apps/drupal/htdocs/includes/database/schema.inc).
Drush command terminated abnormally due to an unrecoverable error. 

entity cache then shows as enabled in the modules page, but not in drush pm-list --status=enabled

Comments

dave reid’s picture

Status: Active » Closed (cannot reproduce)

A table already exists error on install is typically that you had the module enabled at some point, but didn't properly uninstall it. I'm not sure what we can do to support this.