Deprecation and headers already sent issues
-
Hi, these deprecation and headers already sent errors appear when using PHP version 8.1 or higher:
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/sites/23a/3/3f673aa806/public_html/intelligensa/wp-includes/functions.php on line 7374
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/sites/23a/3/3f673aa806/public_html/intelligensa/wp-includes/functions.php on line 2196
Warning: Cannot modify header information – headers already sent by (output started at /home/sites/23a/3/3f673aa806/public_html/intelligensa/wp-includes/functions.php:7374) in /home/sites/23a/3/3f673aa806/public_html/intelligensa/wp-includes/functions.php on line 7182
Warning: Cannot modify header information – headers already sent by (output started at /home/sites/23a/3/3f673aa806/public_html/intelligensa/wp-includes/functions.php:7374) in /home/sites/23a/3/3f673aa806/public_html/intelligensa/wp-admin/admin-header.php on line 14
I’m using the latest version of WP (6.9.4) and the plugin (2.1.0). The messages disappear if I deactivate the plugin or switch to PHP 8.0.
Thanks
You must be logged in to reply to this topic.