Title: WP_DEBUG showing error from this plugin
Last modified: August 22, 2016

---

# WP_DEBUG showing error from this plugin

 *  [SiteSubscribe](https://wordpress.org/support/users/sitesubscribe/)
 * (@sitesubscribe)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/wp_debug-showing-error-from-this-plugin/)
 * 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 /nas/wp/www/cluster-2123/radiantinsp/wp-includes/functions.
   php on line 3318
 * the error shows in wp dashboard only when this plugin is activated
 * [https://wordpress.org/plugins/google-analytics-dashboard/](https://wordpress.org/plugins/google-analytics-dashboard/)

Viewing 1 replies (of 1 total)

 *  [Katherine Semel-Munson](https://wordpress.org/support/users/ksemel/)
 * (@ksemel)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/wp_debug-showing-error-from-this-plugin/#post-5475515)
 * This line is the cause:
 * /wp-content/plugins/google-analytics-dashboard/gad-admin-options.php:59
 * add_options_page( __( ‘Google Analytics Dashboard Options’ ), __( ‘Google Analytics
   Dashboard’, ‘google-analytics-dashboard’ ), **8**, __FILE__, array( &$this, ‘
   admin_plugin_options’ ) );
 * Needs to be:
 * add_options_page( __( ‘Google Analytics Dashboard Options’ ), __( ‘Google Analytics
   Dashboard’, ‘google-analytics-dashboard’ ), **‘manage_options’**, __FILE__, array(&
   $this, ‘admin_plugin_options’ ) );

Viewing 1 replies (of 1 total)

The topic ‘WP_DEBUG showing error from this plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/google-analytics-dashboard.svg)
 * [Google Analytics Dashboard](https://wordpress.org/plugins/google-analytics-dashboard/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-analytics-dashboard/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-analytics-dashboard/)
 * [Active Topics](https://wordpress.org/support/plugin/google-analytics-dashboard/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-analytics-dashboard/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-analytics-dashboard/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Katherine Semel-Munson](https://wordpress.org/support/users/ksemel/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/wp_debug-showing-error-from-this-plugin/#post-5475515)
 * Status: not resolved