Problem/Motivation
PHP 8.1 with Drupal 9.4.3 gives
Deprecated function: file_exists(): Passing null to parameter #1 ($filename) of type string is deprecated.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | after-patch-3300658.png | 79.64 KB | shyam_bhatt |
| #2 | 3300658-2-deprecation-warning-fix.patch | 928 bytes | tanmayk |
Issue fork bootstrap-3300658
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
tanmaykHere is patch against 3.x.
Comment #3
tanmaykComment #4
shyam_bhattComment #5
shyam_bhattBefore adding the patch, I can see the warning for the "Deprecated function: file_exists(): Passing null to parameter #1 ($filename) of type string is deprecated" once I try to add a favicon.

The patch is working fine with PHP 8.1 with Drupal 9.4.x configuration for this theme.
Comment #6
shyam_bhattComment #7
shyam_bhattComment #11
shelaneComment #12
shyam_bhatt