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

zyxware’s picture

Title: cache_coder already exists. in DatabaseSchema » Error cache_coder already exists in DatabaseSchema on installation

Changed to a more meaningful title

zyxware’s picture

Saw 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.

solotandem’s picture

Version: 7.x-1.0-beta3 » 7.x-1.x-dev
Assigned: Unassigned » douggreen
Status: Active » Fixed

This was fixed by http://drupal.org/cvs?commit=345274 in the dev release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.