Title: Undefined Index
Last modified: August 21, 2016

---

# Undefined Index

 *  Resolved [Apokh](https://wordpress.org/support/users/apokh/)
 * (@apokh)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/undefined-index-24/)
 * Get
    /wp-content/plugins/wp-statistics/wp-statistics.php on line 111 in debug
   mode. How to fix that? (WP 3.8)
 * [https://wordpress.org/plugins/wp-statistics/](https://wordpress.org/plugins/wp-statistics/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Greg Ross](https://wordpress.org/support/users/gregross/)
 * (@gregross)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/undefined-index-24/#post-4626557)
 * Replace line 111 with:
 *     ```
       if( array_key_exists( $capability, $all_caps ) ) {
       	if( $all_caps[$capability] == 1 ) { return $capability; }
       }
       ```
   
 *  Plugin Contributor [Greg Ross](https://wordpress.org/support/users/gregross/)
 * (@gregross)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/undefined-index-24/#post-4626912)
 * Closing topic.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Undefined Index’ is closed to new replies.

 * ![](https://ps.w.org/wp-statistics/assets/icon.svg?rev=3081064)
 * [WP Statistics – Simple, privacy-friendly Google Analytics alternative](https://wordpress.org/plugins/wp-statistics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-statistics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-statistics/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-statistics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-statistics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-statistics/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Greg Ross](https://wordpress.org/support/users/gregross/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/undefined-index-24/#post-4626912)
 * Status: resolved