Debug_Bar_Panel : if someone can help me!

Discussion in 'WordPress' started by rosn007, Sep 19, 2017.

  1. #1
    Hi,

    I have this website http://www.iphonerepairlv.com/ where I get this error:


    Notice: The called constructor method for Debug_Bar_Panel::Debug_Bar_Panel in Debug_Bar_Panel is deprecated since version 0.8.3! Use
    __construct()
    instead. in /home/iphonerepairlv/public_html/wp-includes/functions.php on line 3894

    I was hoping if someone can help.

    Thank you!
     
    rosn007, Sep 19, 2017 IP
  2. snaroliya

    snaroliya Active Member

    Messages:
    51
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    95
    #2
    try puttings these in wp config file

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
     
    snaroliya, Sep 19, 2017 IP