Closed (fixed)
Project:
Flag Friend
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2008 at 20:17 UTC
Updated:
18 Dec 2008 at 20:28 UTC
I get the following error after enabling the flag_friend module:
user warning: Unknown column 'fc.fcid' in 'on clause' query: SELECT fc.*, ffm.message FROM flag_content fc LEFT JOIN flag_friend_message ffm ON ffm.fcid = fc.fcid WHERE fc.fid = 0 AND fc.content_type = '' AND fc.content_id = 1 in /home/transfp6/public_html/personalgrowthcourses/portal/sites/all/modules/flag_friend/flag_friend.module on line 128.
Looking in flag_content, there isn't a fcid column, there's only fid and content_id
Should this be content_id?
Andrey.
Comments
Comment #1
sirkitree commentedWhat version of flag.module are you using? The project node explicitly notes that you must be using the dev version of Flag module as the fcid patch has not been incorporated into beta6, which I assume you are using.
Comment #2
mr.andrey commentedAh yes, I was using beta6 and didn't see that note somehow.
Thanks,
Andrey.