Closed (fixed)
Project:
Consumers
Version:
8.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2019 at 15:08 UTC
Updated:
24 Feb 2019 at 20:24 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
kevin.pfeifer commentedI can confirm that error.
I just did the Lightning Distribution Update 3.205 which included the Consumers Module to update to Version 1.8.
Problem persists even after multiple 'drush entity-updates', 'drush updb' and 'drush cr'
Comment #3
cobenashI can confirm this error too. The same environment with #1 #2.
Comment #4
gdev2018 commentedthe same one
Comment #5
lamp5After update Lightning Distribution the same issue exists on our sites.
Comment #6
dv-vc commentedConfirming as well. Updated Lightning distro to 3.2.5 and Entity/Field definitions mismatch message appears on status report: The User ID field needs to be updated.
Comment #7
e0ipsoThis should do… Can anyone test the patch?
Comment #8
e0ipsoActually, this one should be more appropriate.
Comment #9
cobenash@e0ipso
Thanks for the path. I've test #8 patch.
I got the following error.
Error: Using $this when not in object context in consumers_update_8106() (line 184 of web/modules/contrib/consumers/consumers.install)
Comment #10
e0ipsoFace-palm... Sorry I did a last minute change. I'll update the patch.
Comment #11
e0ipsoLet's see now…
Comment #12
cobenash@e0ipso
Thanks for the path. I've test #11 patch. It work.
Core 8.6.9
Comment #13
e0ipsoRTBC based on #12.
Comment #15
e0ipsoComment #16
e0ipsoI removed unnecessary use statements on-commit.
Comment #17
sam711 commentedThe patch works for me too. Thank you!
However the underlying table column 'owner_id' is different depending on whether you're updating (Null => YES) or installing (Null => NO).
Comment #18
kevin.pfeifer commentedCan confirm that applying patch #11 and drush updb fixes the problem.
Comment #19
e0ipso@samu711 any chance you can create a new issue for that? Thanks so much for your attention to detail on that.