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

sirkitree’s picture

What 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.

mr.andrey’s picture

Status: Active » Closed (fixed)

Ah yes, I was using beta6 and didn't see that note somehow.

Thanks,
Andrey.