• Resolved joel38000

    (@joel38000)


    Hello,
    I find this error message in the footer of my site:

    ” Warning: strpos() expects parameter 1 to be string, array given in /homepages/39/d215698408/htdocs/clickandbuilds/joelbassousfr/wp-content/plugins/wp-optimize/minify/class-wp-optimize-minify-fonts.php on line 203 ”

    I am in PHP 7.4 version
    Is there an update to do?
    Thank you for your answer.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • @joel38000

    Could you please edit wp-config.php file and

    Replace

    define('WP_DEBUG', false);

    with this:

    ini_set('log_errors','On');
    
    ini_set('display_errors','Off');
    
    ini_set('error_reporting', E_ALL );
    
    define('WP_DEBUG', false);
    
    define('WP_DEBUG_LOG', true);
    
    define('WP_DEBUG_DISPLAY', false);

    And then check if you still see the warnings?

Viewing 1 replies (of 1 total)

The topic ‘Warning in WordPress touching the plugin WP-Optimize’ is closed to new replies.