Closed (duplicate)
Project:
Drupal CMS development repository
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2024 at 01:41 UTC
Updated:
5 Feb 2025 at 02:57 UTC
Jump to comment: Most recent
Comments
Comment #2
kristen polAlso get a bunch in the logs upon install... around 50 when I just tried.
Comment #3
thejimbirch commentedLooks like this is a core issue: #3478773: Warnings logged for missing field block plugins when enabling layout builder on an entity view display for the first time. Postponing on that.
Comment #4
kristen polThanks for finding it… I knew it existed and I tried yesterday but didn’t notice it quickly and moved on to shinier things :)
Comment #5
kristen polI added a link there too. Can’t we hack around this for now and suppress any warnings that match this pattern? I doubt this will be fixed in core… especially with the move to XB.
Comment #6
phenaproximaWe would need custom code, or new config actions, to hack around it...and we ship no PHP of our own, apart from tests and Composer scripts. (We're trying to avoid having a polyfill module if at all possible.)
Comment #7
kristen polOkay… hmm… then we need the real solution in core then
Comment #8
phenaproximaWell, the good news is that I found the cause in core, and wrote a test for it. I'm not sure what the proper fix is, but now that we have a way to confirm it's fixed, finding the right solution should be downhill from here. And it is unambiguously a bug, so it should be eligible for core's next patch release.
I'm going to leave this issue open for reference, but I agree that this is something to be fixed in core, not Drupal CMS.
Comment #9
phenaproximaComment #10
kristen polOh! Fantastic 🥳
Comment #11
phenaproximaComment #12
phenaproximaDoing some clean-up in the issue queue here, so closing this guy out as a duplicate of #3478773: Warnings logged for missing field block plugins when enabling layout builder on an entity view display for the first time.