Trying to enable the graphmind futures wheel module results in this error:

DatabaseSchemaObjectExistsException: Table <em class="placeholder">graphmind_futures_wheel</em> already exists. in DatabaseSchema->createTable() (line 657 of /home/gezond/public_html/includes/database/schema.inc).
The website encountered an unexpected error. Please try again later.

Comments

jayaram’s picture

delete the graphmind_futures_wheel table from your database. That should solve your issue.

hgneng’s picture

Status: Active » Needs review

Ignoring the error message seems do no harm to the function.

I think following code is not needed and it causes the issue.

function graphmind_futures_wheel_install() {
  drupal_install_schema('graphmind_futures_wheel');
}