PHP Notices and deprecated WP code
-
This plugin is full of PHP notices about undefined indexes and use of WP functions that have been disabled.
Notice: Undefined index: extension in /…/wp-content/plugins/add-local-avatar/avatars.php on line 850
Notice: Undefined index: dirname in /…/wp-content/plugins/add-local-avatar/avatars.php on line 859
Notice: Undefined index: extension in /…/wp-content/plugins/add-local-avatar/avatars.php on line 859
Notice: Undefined index: dirname in /…/wp-content/plugins/add-local-avatar/avatars.php on line 860
Notice: Undefined index: extension in /…/wp-content/plugins/add-local-avatar/avatars.php on line 860
Notice: Undefined index: dirname in /…/wp-content/plugins/add-local-avatar/avatars.php on line 861
Notice: Undefined index: extension in /…/wp-content/plugins/add-local-avatar/avatars.php on line 861
Notice: update_usermeta is deprecated since version 3.0! Use update_user_meta() instead. in /…/wp-includes/functions.php on line 2871
The topic ‘PHP Notices and deprecated WP code’ is closed to new replies.