• PuNK DeSi

    (@ades_ting)


    Hi !

    my admin dashboard is showing/working properly with
    define('WP_DEBUG', false);

    but when I used define('WP_DEBUG', true); to test a plugin

    I got so many errors
    pls help me to locate these errors

    Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in wp-includes\functions.php on line 3389

    Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in wp-includes\functions.php on line 3303

    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 wp-includes\functions.php on line 3387

    Note: This same Error of Line 3303,3387 repeated several times also in Quick Press Box & Plugins Box
    & Line 3387 Error alse appear 3times in settings !

Viewing 1 replies (of 1 total)
  • Thread Starter PuNK DeSi

    (@ades_ting)

    I changed register_sidebar_widget to wp_register_sidebar_widget
    in my plugin files tdo-mini-forms & SmartYouTube

    SO Error of Line No. 3303 gone but still shows
    Warning: Missing argument 3 for wp_register_sidebar_widget()

Viewing 1 replies (of 1 total)
  • The topic ‘ERRORS in ADMIN DASHBOARD’ is closed to new replies.