Closed (fixed)
Project:
Coder
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Apr 2010 at 23:10 UTC
Updated:
24 Jun 2010 at 20:00 UTC
On a fresh D7 Alpha3 installation I tried to install Coder + Coder Review and got this error
DatabaseSchemaObjectExistsException: Table <em class="placeholder">cache_coder</em> already exists. in DatabaseSchema->createTable() (line 544 of /var/www/drupal7/includes/database/schema.inc).
Comments
Comment #1
zyxware commentedChanged to a more meaningful title
Comment #2
zyxware commentedSaw this bug report in Drupal issue queue
#761740: On enabling 2 or more modules: DatabaseSchemaObjectExistsException
It looks like the module should not call the drupal_install_schema directly.
Comment #3
solotandem commentedThis was fixed by http://drupal.org/cvs?commit=345274 in the dev release.