getting error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'statuses.nid' in 'field list'
Could you please provide the steps to re-produce the issue? and the settings you have like the view details
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.
I guess we should probably namespace the flag machine name, which also requires some upgrade code.
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.
Cross-reported against Heartbeat at #1727782: Heartbeat "like" flag conflicts with Statuses "like" flag
@hpvataliya
Don't hijack the issue.
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?
Comments
Comment #1
mathankumarc commentedCould you please provide the steps to re-produce the issue? and the settings you have like the view details
Comment #2
vogre commentedUpdate - 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.
Comment #3
icecreamyou commentedI guess we should probably namespace the flag machine name, which also requires some upgrade code.
Comment #4
icecreamyou commentedMarked #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.
Comment #5
icecreamyou commentedCross-reported against Heartbeat at #1727782: Heartbeat "like" flag conflicts with Statuses "like" flag
Comment #6
hpvataliya commentedComment #7
mathankumarc commented@hpvataliya
Don't hijack the issue.
Comment #8
icecreamyou commentedOpened 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?