• Hello,

    Im running PHP 7.1 and getting the following notices:

    Notice: screen_icon is deprecated since version 3.8.0 with no alternative available. in /wp-includes/functions.php on line 4332
    
    Notice: get_screen_icon is deprecated since version 3.8.0 with no alternative available. in /wp-includes/functions.php on line 4332

    On the plugins options page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello onyx808,

    I’m sorry to hear about this issue.

    However, I wasn’t able to replicate this. I switched my site to 7.1 PHP and there are no notices:

    Can you check if you have this lines in your wp-config.php file:
    define('WP_DEBUG', true);
    and if yes, then can you add the following:

    
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );

    kind regards,
    Kasia

    Thread Starter Marcos Nobre

    (@onyx808)

    do you have wp_debug set to true?

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @onyx808,

    I have
    define('WP_DEBUG', true);

    with those lines:

    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );

    WP_DEBUG should not be used alone, so notices/warning/error is not showing on the front end.

    kind regards,
    Kasia

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Notices’ is closed to new replies.