Changes between Initial Version and Version 1 of Ticket #58157
- Timestamp:
- 04/19/2023 03:03:49 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58157
- Property Keywords php81 added
-
Ticket #58157 – Description
initial v1 1 I'm using WordPress 6.2 and PHP 8.1. If I go on Media page on admin (/wp-admin/upload.php) I see this kind of error on my PHP log:1 I'm using WordPress 6.2 and PHP 8.1. 2 2 3 [19-Apr-2023 07:07:44 UTC] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in .../wp-includes/formatting.php on line 4280 3 If I go on Media page on admin (`/wp-admin/upload.php`) I see this kind of error on my PHP log: 4 5 `[19-Apr-2023 07:07:44 UTC] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in .../wp-includes/formatting.php on line 4280` 4 6 5 7 Everytime I change page on Media page on admin, I get that PHP Deprecated error.