Deprecated: strnatcasecmp(): Passing null to parameter #2 ($string2) of type string is deprecated in /var/www/html/docroot/core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php on line 95

Created on 27 June 2024, over 1 year ago

Problem/Motivation

Deprecated: strnatcasecmp(): Passing null to parameter #2 ($string2) of type string is deprecated in /var/www/html/docroot/core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php on line 95

Steps to reproduce

  1. Enable layout builder and layout builder plus for a vocabulary
  2. Go to admin/structure/types/manage/taxonomy_term.{VOCAB}.default/promoted-blocks
  3. See message

Proposed resolution

Cast the comparison values to string in docroot/core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php on line 93, ala:

return strnatcasecmp((string) $a['category'], (string) $b['category']);
πŸ› Bug report
Status

Needs review

Version

10.2 ✨

Component
Layout builderΒ  β†’

Last updated 30 days ago

Created by

πŸ‡ΊπŸ‡ΈUnited States EthanT Sarasota, Florida

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024