Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in web/core/lib/Drupal/Component/Utility/Tags.php on line 52

Created on 13 January 2023, about 2 years ago
Updated 24 July 2023, over 1 year ago
  • Drupal 9.4
  • PHP 8.1

Getting error when using PHP 8.1:
Passing null to parameter #1 ($haystack) of type string is deprecated in
web/core/lib/Drupal/Component/Utility/Tags.php on line 52

To Resolve this error:
web/core/lib/Drupal/Component/Utility/Tags.php line 52

Change this:
if (strpos($tag, ',') !== FALSE || strpos($tag, '"') !== FALSE) {

To:
if (str_contains(strval($tag), ',') || str_contains(strval($tag), '"')) {

πŸ› Bug report
Status

Closed: duplicate

Version

9.5

Component
BaseΒ  β†’

Last updated about 11 hours ago

Created by

πŸ‡ΉπŸ‡³Tunisia matio89 UTC+1 πŸ‡ΉπŸ‡³

Live updates comments and jobs are added and updated live.
  • PHP 8.1

    The issue particularly affects sites running on PHP version 8.1.0 or later.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024