Debugging Fun!!

  • Anonymous

    #2023

    Well, if anyone has a spare moment to maybe point me in the right direction here.

    I was playing around, and noticed the debug feature in the wp-config.php file. After switching it on…

    Here are the errors I received:

    Front End Side:

    Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/josh401/public_html/wp-includes/functions.php on line 3382

    Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home/josh401/public_html/wp-includes/functions.php on line 3382

    Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The home option is deprecated for the family of bloginfo() functions. Use the url option instead. in /home/josh401/public_html/wp-includes/functions.php on line 3466

    Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The home option is deprecated for the family of bloginfo() functions. Use the url option instead. in /home/josh401/public_html/wp-includes/functions.php on line 3466

    Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The home option is deprecated for the family of bloginfo() functions. Use the url option instead. in /home/josh401/public_html/wp-includes/functions.php on line 3466

    Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The home option is deprecated for the family of bloginfo() functions. Use the url option instead. in /home/josh401/public_html/wp-includes/functions.php on line 3466

    Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The home option is deprecated for the family of bloginfo() functions. Use the url option instead. in /home/josh401/public_html/wp-includes/functions.php on line 3466

    Back End Side:

    Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/josh401/public_html/wp-includes/functions.php on line 3382

    Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home/josh401/public_html/wp-includes/functions.php on line 3382

    Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/josh401/public_html/wp-includes/functions.php on line 3466

    Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/josh401/public_html/wp-includes/functions.php on line 3466

    Notice: Trying to get property of non-object in /home/josh401/public_html/wp-content/plugins/thoughtful-comments/fv-thoughtful-comments.php on line 359

    Notice: Trying to get property of non-object in /home/josh401/public_html/wp-includes/capabilities.php on line 874

    Notice: Trying to get property of non-object in /home/josh401/public_html/wp-includes/capabilities.php on line 878

    Notice: Trying to get property of non-object in /home/josh401/public_html/wp-includes/capabilities.php on line 880

    Notice: Trying to get property of non-object in /home/josh401/public_html/wp-includes/capabilities.php on line 881

    Notice: Trying to get property of non-object in /home/josh401/public_html/wp-includes/capabilities.php on line 881

    Notice: Trying to get property of non-object in /home/josh401/public_html/wp-includes/capabilities.php on line 884

    Notice: Trying to get property of non-object in /home/josh401/public_html/wp-includes/capabilities.php on line 884

    Are these widgets throwing the notices? Can I isolate the cause, or do I have to turn off plugins one at a time to find the culprit?

    Thanks!

    Admin

    Syahir Hakim

    #18252

    Those are most likely due to the plugins you’re using, and unfortunately, there’s not much you can do short of editing the plugin’s files. Best to just let the author know I guess.

    Anonymous

    #18253

    Gotcha. I played around with one of them and got a few of the notices fixed.

    But like the get_bloginfo… how would I find out which plugin is throwing this notice?

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

  • You must be logged in to reply to this topic.