Closed (fixed)
Project:
Taxonomy Views Integrator
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2011 at 11:40 UTC
Updated:
20 Apr 2012 at 02:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
truongquangphuc commentedI have a same problem! :(
Comment #2
ollynevard commentedThe reason you get the error is because Drupal tries to create the table twice.
The following lines in tvi.install are unnecessary as they are handled by core in Drupal 7:
Line 67 in tvi_install() function:
Line 92 in tvi_uninstall() function:
If you comment them out the module installs successfully.
Comment #3
akamaus commented@nievo, I suspected it, thanks for clarifying. Should we create a patch?
Comment #4
mikeprinsloo commentedHere is a patch that removes the offending code.
Comment #5
summit commentedSubscribing, greetings, Martijn
Comment #6
jackbravo commentedYes, works for me.
Comment #7
jackbravo commentedhttp://drupal.org/node/224333#install-schema
Comment #8
xandeadx commented#4 works for me too.
Comment #9
nnekaThis patch also worked for me. (#4)
Comment #10
kevinquillen commentedJust pushed this first change to dev before I saw this issue. Hope to resolve a handful more issues and create a new release.