Needs review
Project:
Blog
Version:
3.1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2025 at 04:12 UTC
Updated:
7 Mar 2026 at 19:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nevergoneI just tested it with the latest Drupal 11.2.x and version 3.1.4 of the Blog module:
Comment #3
smulvih2I am running into this issue too, during my upgrade for core 11.2.x to 11.3.x. The issue is, core's node module in 11.2.x provides the base config for the body field, but it has been moved for 11.3.x:
Drupal 11.2.x node body config - https://git.drupalcode.org/project/drupal/-/tree/11.2.x/core/modules/node/config/install?ref_type=heads
Drupal 11.3.x node body config - https://git.drupalcode.org/project/drupal/-/tree/11.3.x/core/modules/node/modules/node_storage_body_field/config/install?ref_type=heads
So core moved the required config into a new sub-module of node, called
node_storage_body_field. So I think the fix here is actually adding this new sub-module as a dependency of drupal/blog.Comment #4
smulvih2Adding patch to test this against my automated build.
Comment #5
smulvih2I tested patch #4 and it works for me.