Closed (fixed)
Project:
Upgrade Status
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Oct 2019 at 11:50 UTC
Updated:
18 Nov 2019 at 13:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rachel_norfolkretagging
Comment #3
yepaWorking on it at DrupalCon Amsterdam 2019.
Comment #4
gábor hojtsyThanks! Looking forward to your suggested fix :)
Comment #5
seanbTurns out I forgot to
git addthe module config too after enabling the module (it did export thecore.extension.yml). My colleagues were getting the error in #3091036: Fatal error occurred after that. Turns out they were missing the config as described here.I think the attached patch would help prevent errors for people in similar situations.
Comment #7
gábor hojtsySuperb, thanks.