getting error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'statuses.nid' in 'field list'

Comments

mathankumarc’s picture

Status: Active » Postponed (maintainer needs more info)

Could you please provide the steps to re-produce the issue? and the settings you have like the view details

vogre’s picture

Update - I already had the node flag named 'like' in my system.
It apparently conflicts with the default 'like' flag provided by fbss_flag module.

So the steps are
1) create node flag named 'like'
2) enable fbss_flag module
3) get many weird errors in random places.

IceCreamYou’s picture

Title: Default views with flag links are broken » Default "like" flag can conflict with existing flags named "like"
Priority: Major » Normal
Status: Postponed (maintainer needs more info) » Active

I guess we should probably namespace the flag machine name, which also requires some upgrade code.

IceCreamYou’s picture

Marked #1689502: Error when enabling flag submodules for status module as duplicate. As of March it seems Heartbeat also provides a "like" flag so there actually is a conflict here.

IceCreamYou’s picture

hpvataliya’s picture

Status: Active » Fixed
mathankumarc’s picture

Status: Fixed » Active

@hpvataliya

Don't hijack the issue.

IceCreamYou’s picture

Opened an issue against Flag since this basic problem could affect other modules too: #1782910: How to deal with multiple modules providing a default flag with the same name?