Active
Project:
Flag content
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2009 at 22:45 UTC
Updated:
5 Nov 2010 at 20:10 UTC
user warning: Unknown column 'eid' in 'where clause' query: _flag_content_check /* admin : _flag_content_check */ SELECT COUNT(*) FROM flag_content WHERE eid = 3251 AND type = 'node' in /sites/all/modules/flag_content/flag_content.module on line 501
I am not sure what this means.
Chris
Comments
Comment #1
dawehnerThats a bug of flag_content. I suggest you to read the error messages, there you can find out which modules cause the problem.
Comment #2
ankheg commentedIt seems, modules flag and flag_content both have tables named "flag_content".
Comment #3
ankheg commented1. I've replaced
{flag_content}with
{flag_content_spam}in files flag_content.install and flag_content.module.
2. Disabled flag and flag_content modules.
3. Uninstalled flag_content module here admin/build/modules/uninstall
4. Enabled flag module.
5. Installed flag_content module once again.
Now both modules work.
Comment #4
littlecow commentedAfter tinkering for a while, I had to manually create a unique table (flag_content_other) and make the appropriate changes that @ankheg mentioned. After that it worked fine. Something is definitely whacky with the install script.