Closed (fixed)
Project:
D7 Media
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2012 at 15:51 UTC
Updated:
3 Dec 2012 at 11:40 UTC
Jump to comment: Most recent
Comments
Comment #1
marcoka commentedi had that with other modules and other tables. Often this results after doing some "unclean installing/reinstalling".
just uninstall media and remove all media tables manually. then download and install again. this should fix your problem.
Comment #3
leewoodman commentedI had this issue on my local VM using Drush sql-sync. Turned out that drush sql-sync wasn't removing the file_display table (by design see https://drupal.org/node/716412) on the existing db so when it came to run the hook_update to install media module and subsequently trying to enable file entity the table was still there from the old db. Removing all tables before drush sql-sync fixed the issue for me anyway you could also append --delete-all-tables to the drush sql-sync command.