Problem/Motivation

Deprecated function: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in webform_requirements() (line 175 of /webform/includes/webform.install.requirements.inc).

PHP Version: 8.1
Drupal Version: 8 or 9
Webform Version: 6.1.3

Proposed resolution

Need to do null check before using strpos

Comments

only4kaustav created an issue. See original summary.

only4kaustav’s picture

StatusFileSize
new669 bytes

You can use below patch to fix this issue

cilefen’s picture

Thank you for the patch. I think this is the third report of the same and that it has been fixed. Please validate on the latest dev release.