Deprecated: explode(): Passing null to parameter #2 ($string) in settings_custom_url.inc on line 61

Created on 18 December 2022, almost 2 years ago
Updated 22 March 2024, 8 months ago

Drupal 9.49 PHP 8.1

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in . . . /domain/settings_custom_url.inc on line 61

Changed $pattern = explode('/', $original_path);

To $pattern = explode('/', $original_path ?: '');

Did not find this in the issues anywhere

πŸ“Œ Task
Status

Needs review

Version

3.17

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States bobburns

Live updates comments and jobs are added and updated live.
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