Automattic / wp-memcached

Memcached Object Cache for WordPress.
https://wordpress.org/plugins/memcached/
GNU General Public License v2.0
160 stars 55 forks source link

Initialize stats array keys to prevent PHP warnings #7

Closed nickdaugherty closed 7 years ago

nickdaugherty commented 7 years ago
NOTICE: wp-content/object-cache.php:348 - Undefined index: set
wp_dashboard_setup, wp_check_browser_version, set_site_transient, wp_cache_set, WP_Object_Cache->set
NOTICE: wp-content/object-cache.php:188 - Undefined index: delete
wp_dashboard, do_meta_boxes, call_user_func, wp_dashboard_quick_press, get_default_post_to_edit, wp_insert_post, wp_set_post_categories, wp_set_post_terms, wp_set_object_terms, wp_cache_delete, WP_Object_Cache->delete
mjangda commented 7 years ago

Oh, I was wrong. These notices are unrelated to stats calls but opened #8 to clean up the stats bits anyway :)

Sigh, no, it is the stats stuff. Got confused with the different versions we have.