You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a macro issue for tracking problems related to PHP 8.1.10:
Passing null to string type parameter is deprecated:
Deprecated function: explode(): Passing null to parameter #2 ($string) of type string is deprecated in Drupal\format_strawberryfield\Plugin\Field\FieldFormatter\StrawberryWarcFormatter->viewElements() (line 146 of modules/contrib/format_strawberryfield/src/Plugin/Field/FieldFormatter/StrawberryWarcFormatter.php).
Deprecated function: explode(): Passing null to parameter #2 ($string) of type string is deprecated in Drupal\format_strawberryfield\Plugin\Field\FieldFormatter\StrawberryWarcFormatter->viewElements() (line 150 of modules/contrib/format_strawberryfield/src/Plugin/Field/FieldFormatter/StrawberryWarcFormatter.php).
Deprecated function: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in Drupal\Component\Utility\Html::escape() (line 424 of core/lib/Drupal/Component/Utility/Html.php).
The text was updated successfully, but these errors were encountered:
What?
This is a macro issue for tracking problems related to PHP 8.1.10:
Passing null to string type parameter is deprecated:
External Drupal bug referenced here:
The text was updated successfully, but these errors were encountered: