- Issue created by @SocialNicheGuru
- πΊπΈUnited States SocialNicheGuru
[#3007424#comment-15021134 ]
https://www.drupal.org/project/drupal/issues/3007424#comment-15021134 π Multiple usages of FieldPluginBase::getEntity do not check for NULL, leading to WSOD FixedDrupal 9.5
This patch was submitted to Drupal 10.1 and rerolled for Drupal 9.5:
https://www.drupal.org/files/issues/2023-01-04/2457999-9.5.x-309.patch β (Cannot use relationship for rendered entity on Views)This patch on it's own does apply.
This patch conflicts with the one above.
https://www.drupal.org/files/issues/2023-03-21/3007424-164-9.5.x.patch β (NEEDED BUT CONFLICT WITH 2457999. Multiple usages of FieldPluginBase::getEntity do not check for NULL, leading to WSOD - https://www.drupal.org/node/3007424 β )There needs to be a new merged patch for D9.5
- π©πͺGermany Duwid
Reroll for #2457999 - 309 and #3007424 - 146
Super specific, but hey...
If you have applied #2457999 - 309 and you want to use it in combination with open social 11.9.3 which applies #3007424 - 146.Add this to your composer.json:
"patches-ignore": { "goalgorilla/open_social": { "drupal/core": { "Multiple usages of FieldPluginBase::getEntity do not check for NULL, leading to WSOD": "https://www.drupal.org/files/issues/2023-01-05/3007424-146-9.5.x.patch" } } },