Warnings “build_query” & “deprecated”
-
Hi,
I have got warnings due to my wordpress 6.1.1 AND Php 8.1 version update :
I have set the following lines in wp-config.php :
define( ‘WP_DEBUG’, false );
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );
define( ‘WP_DEBUG_LOG’, false );
Here are the two warnings :
Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-includes/formatting.php on line 5397
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-includes/pluggable.php on line 598
It’s in the core, I guess, but how do I fix this ?
Furthermore, I get these warnings in the back-office :
Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-includes/Requests/Transport/cURL.php on line 345
Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-includes/Requests/Transport/cURL.php on line 345
Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-includes/Requests/Transport/cURL.php on line 345
Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-includes/Requests/Transport/cURL.php on line 345
Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-includes/Requests/Transport/cURL.php on line 345
Warning: Cannot modify header information – headers already sent by (output started at /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-includes/Requests/Transport/cURL.php:345) in /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-admin/admin-header.php on line 9
Warning: Cannot modify header information – headers already sent by (output started at /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-includes/Requests/Transport/cURL.php:345) in /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-includes/option.php on line 1138
Warning: Cannot modify header information – headers already sent by (output started at /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-includes/Requests/Transport/cURL.php:345) in /homepages/36/d440399342/htdocs/mauves-prod-terroir/wp-includes/option.php on line 1139
Thank you for any guidance
/JarlThe page I need help with: [log in to see the link]
- The topic ‘Warnings “build_query” & “deprecated”’ is closed to new replies.