Closed (cannot reproduce)
Project:
Entity cache
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2013 at 12:58 UTC
Updated:
14 May 2013 at 23:58 UTC
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
Comment #1
dave reidA 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.