When enabling features_override after the first time, an error is thrown:

WD php: DatabaseSchemaObjectExistsException: Table features_override already exists. in DatabaseSchema->createTable() (line 629 of /path/to/includes/database/schema.inc).

From what I've read, this is because the module is incorrectly calling drupal_install_schema() in its hook_install(), which is no longer necessary in Drupal 7.

Comments

nedjo’s picture

That is indeed the most common source of this problem, but there's no hook_install() function in the D7 .install file, just hook_schema().

Anonymous’s picture

I'm getting this issue as well. Does anyone know how this issue was fixed? Should I comment out something in the "features module" or something specific in the "feature created module". My issue is identical to the one mentioned above.

patrik.hultgren’s picture

I'm having the same problem too.
Does someone have patch to solve this issue?

xtfer’s picture

zeip’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

I failed to reproduce this, and since it's a quite old issue I'm closing it as cannot reproduce. Feel free to open the issue up again if you still encounter the same error.