Title: Dashboard activity widget
Last modified: September 1, 2016

---

# Dashboard activity widget

 *  [sevensoutbill](https://wordpress.org/support/users/sevensoutbill/)
 * (@sevensoutbill)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/dashboard-activity-widget/)
 * We have found that when a user is added to a second administrator user role –
   what we call a super-administrator, and the Wordfence dashboard activity report
   widget is enabled through Options, the dashboard fails to load fully, stopping
   during the loading of the Wordfence dashboard widget. The rest of the page does
   not load, thereby causing a number of jQuery errors, namely disabling the drag-
   n-drop of widgets, collapse/expand of widget and the Screen Options tab is disabled.
 * Thoughts?
 * [https://wordpress.org/plugins/wordfence/](https://wordpress.org/plugins/wordfence/)

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

 *  [wfalaa](https://wordpress.org/support/users/wfalaa/)
 * (@wfalaa)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/dashboard-activity-widget/#post-7638553)
 * Hi sevensoutbill,
    In WordPress “[super-admin](https://codex.wordpress.org/Roles_and_Capabilities#Summary_of_Roles)”
   is in-action if you are using WordPress Network (multisites), can you confirm
   you are on WordPress Network?
 * Also, please try disabling all your plugins (except Wordfence) and re-check this
   issue, if you get the Dashboard loading normally, try re-enabling your plugins
   one by one till you find the culprit.
 * It will be helpful if you can check the browser [JavaScript console](https://docs.wordfence.com/en/Open_the_JavaScript_console_for_troubleshooting_plugins)
   for any errors while being on this “incompletely-loaded page” and share the result
   here.
 * Thanks.
 *  Thread Starter [sevensoutbill](https://wordpress.org/support/users/sevensoutbill/)
 * (@sevensoutbill)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/dashboard-activity-widget/#post-7638564)
 * Hi wfalaa,
 * No, it is not a multisite / WordPress Network. It is a very large site with many
   users and custom plugins with various roles and capabilities assigned to each.
   A good portion of our plugins were not created with capability hooks and default
   to the administrator role, so we’re aiming to create a super-admin role to remove
   some functionality from the regular admin role for increased security.
 * We did find that disabling the WF dashboard widget in WF Options restored the
   dashboard functionality.
 * I did check the console and it showed that the dashboard page stopped loading
   when it got to the WF dashboard widget. This is why we tried disabling it and
   found functionality restored.
 * I will test the other plugins loading into the dashboard.
 * Bill
 *  [actionscripted](https://wordpress.org/support/users/actionscripted/)
 * (@actionscripted)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/dashboard-activity-widget/#post-7638590)
 * [@wfalaa](https://wordpress.org/support/users/wfalaa/)
 * We’re seeing the same issue. There aren’t any errors in the frontend console 
   or in the backend logs. We’ve disabled all plugins but Wordfence and the issue
   persists.
 * The entire admin dashboard output ends right before the content for the Wordfence
   activity widget. This is the end of the source on a dashboard where this is happening:
 *     ```
       <div id="wordfence_activity_report_widget" class="postbox " >
       <button type="button" class="handlediv button-link" aria-expanded="true"><span class="screen-reader-text">Toggle panel: Wordfence activity in the past 2 weeks</span><span class="toggle-indicator" aria-hidden="true"></span></button><h2 class='hndle'><span>Wordfence activity in the past 2 weeks</span></h2>
       <div class="inside">
       ```
   
 * About this install:
    - Not multisite
    - Using premium Wordfence
    - Everything up-to-date
    - PHP 5.6
 *  [actionscripted](https://wordpress.org/support/users/actionscripted/)
 * (@actionscripted)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/dashboard-activity-widget/#post-7638598)
 * [@wfalaa](https://wordpress.org/support/users/wfalaa/)
 * We were able to resolve the issue by updating the premium key so it would seem
   that for us at least the problem was that some sort of check was failing and 
   not being handled gracefully.
 *  [wfalaa](https://wordpress.org/support/users/wfalaa/)
 * (@wfalaa)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/dashboard-activity-widget/#post-7638609)
 * Thanks [@actionscripted](https://wordpress.org/support/users/actionscripted/)
   for the update, it’s really strange not to have any error message in your logs
   regarding this issue.
 * [@sevensoutbill](https://wordpress.org/support/users/sevensoutbill/) please edit(
   wp-config.php) file and replace this line:
    `define('WP_DEBUG', false);` with:
 *     ```
       define('WP_DEBUG', true);
       define('WP_DEBUG_LOG', true);
       define('WP_DEBUG_DISPLAY', false);
       ```
   
 * Then refresh your dashboard and check this file for any error messages (wp-content/
   debug.log)
 * Let me know how it goes,
    Thanks.

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

The topic ‘Dashboard activity widget’ is closed to new replies.

 * ![](https://ps.w.org/wordfence/assets/icon.svg?rev=2070865)
 * [Wordfence Security - Firewall, Malware Scan, and Login Security](https://wordpress.org/plugins/wordfence/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordfence/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordfence/)
 * [Active Topics](https://wordpress.org/support/plugin/wordfence/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordfence/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordfence/reviews/)

## Tags

 * [activity report](https://wordpress.org/support/topic-tag/activity-report/)
 * [dashboard](https://wordpress.org/support/topic-tag/dashboard/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 5 replies
 * 3 participants
 * Last reply from: [wfalaa](https://wordpress.org/support/users/wfalaa/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/dashboard-activity-widget/#post-7638609)
 * Status: not resolved