Closed (fixed)
Project:
Flag
Version:
6.x-1.3
Component:
Flag core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2010 at 16:15 UTC
Updated:
5 Aug 2010 at 16:20 UTC
I get this error:
Table 'drupal.flag_content' doesn't exist query: SELECT * FROM flag_content
flag_content is not in the DB
Comments
Comment #1
quicksketchThis bug is not present on a clean install of Flag module. You may have installed the flag_content module previously, which would cause a conflict with flag module. You should visit admin/build/modules, disable Flag, then visit admin/build/modules/uninstall and completely uninstall Flag. Then you can re-enable Flag and its installation will run all over again and create the missing tables.
Comment #2
mdroste commentedThat's right. I've installed flag_content previously.
But what I don't understand is the fact that this code is in the flag.module
Comment #3
mdroste commentedAh, I got it. After the clean install the table is there.
Thanks.
Comment #4
quicksketch