• Error on latest version of wordpress installed

    Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /web/htdocs/www.mysite.com/home/wp-includes/functions.php on line 7241

    Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /web/htdocs/www.mysite.com/home/wp-includes/functions.php on line 2187

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @alexbyby. The issue you’re experiencing is a PHP warning regarding the strpos() function in your WordPress installation. This warning is typically due to a plugin or theme passing an incorrect value to this function.

    Kindly refer to this thread to sort out your issue.

    Thread Starter Alessandro

    (@alexbyby)

    I don’t think so, I saw the thread reference, as the same error disappears when I set my platform to PHP 8.0 Obsolete
    If I set it to PHP 8.1
    PHP 8.2
    The error arises again
    Greetings

    Moderator James Huff

    (@macmanx)

    /wp-includes/functions.php processes core, plugin, and theme functions, so this problem is most likely a plugin or theme conflict, probably one that’s not compatible with PHP 8.1 or higher.

    Please attempt to deactivate all plugins and switch to the default Twenty Twenty-Three theme. If the problem goes away, re-activate them one by one to identify the source of the problem.

    If you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to deactivate all plugins and change the theme for you while you’re still logged in without affecting normal visitors to your site.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘wordpress-6.4.2-it_IT.zip’ is closed to new replies.