After installing this module, no page on my website will load, and my PHP error log contains entries that look like this:
Uncaught PHP Exception Drupal\Component\Plugin\Exception\PluginNotFoundException: "The "layout_onecol" plugin does not exist." at /Users/myuser/Sites/myclient/html/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php line 52
Disabling the module brought the site back to normal. I made sure I had layout_discovery enabled, and I get the same error whether or not I have layout_builder installed. How can I resolve this fatal error?
Comments
Comment #2
Anonymous (not verified) commentedHmm this might be because of a recent core update. I can investigate and see if that's the case.
If they happened to remove core layouts it could be the cause...
Comment #3
mandclu commentedIt turns out I had enabled the Field Layout module, which adds the One Column layout as a default all over the place. Technically that means this module is incompatible with Field Layout, but given that it's experimental I don't see that as a big issue for now.
Comment #4
deepa03 commentedhow to solve this issue ??