Closed (duplicate)
Project:
Taxonomy Views Integrator
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Sep 2011 at 22:29 UTC
Updated:
4 Oct 2011 at 21:04 UTC
I see the following error on install (via drush):
DatabaseSchemaObjectExistsException: Table tvi_settings already exists. in DatabaseSchema->createTable() (line 652 of /home2/ezheidtm/public_html/patdb1/includes/database/schema.inc).
Turns out that hook_(un)install was installing the schema, but this is no longer necessary: http://drupal.org/node/224333#install-schema
The attached patch removes the calls to drupal_install_schema() and drupal_uninstall_schema(). TVI then installs without errors.
| Comment | File | Size | Author |
|---|---|---|---|
| tvi-install-schema.patch | 932 bytes | ezheidtmann |
Comments
Comment #1
xandeadx commentedhttp://drupal.org/node/1151424
Comment #2
ezheidtmann commentedThanks, xandeadx. Marking as duplicate of: #1151424: Error while enabling tvi