• Hello,

    After activating some other plugin on my DEV server the Query Monitor displayed this warning:

    PHP Error Count Location Call Stack Component

    Notice Undefined index: delete 1 wp-content/object-cache.php:186

    WP_Object_Cache->delete()
    wp-content/object-cache.php:45
    wp_cache_delete()
    wp-includes/meta.php:107
    add_metadata()
    wp-includes/meta.php:201
    update_metadata()
    wp-includes/user.php:725
    update_user_meta()
    wp-content/plugins/ithemes-sync/client-dashboard.php:275
    Ithemes_Sync_Client_Dashboard->admin_bar_menu()
    Unknown location
    do_action(‘wp_before_admin_bar_render’)
    wp-includes/admin-bar.php:88
    wp_admin_bar_render()
    Unknown location
    do_action(‘in_admin_header’)
    wp-admin/admin-header.php:214

    Plugin: ithemes-sync

    Thanks.

    https://wordpress.org/plugins/memcached/

Viewing 1 replies (of 1 total)
  • // Constructor
    function WP_Object_Cache() {
    	$this->stats = [
    		'add' => 0,
    		'delete' => 0,
    		'get' => 0,
    		'get_multi' => 0,
    	];
    }
Viewing 1 replies (of 1 total)

The topic ‘Undefined index: delete’ is closed to new replies.