Title: Issue with plugin WP-Manage-Plugins
Last modified: August 19, 2016

---

# Issue with plugin WP-Manage-Plugins

 *  Resolved [mistermagoo](https://wordpress.org/support/users/mistermagoo/)
 * (@mistermagoo)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/issue-with-plugin-wp-super-cache/)
 * I have installed this plugin manager by Matt Martz … (webdevstudios.com) in my
   WP 3.04 multisite. What it does is: _Ignore selected plugins from upgrade, hide&
   lock plugins page and settings page, email alert admin when plugins added/activated/
   deactivated/deleted._
 * But on the bottom of the admin this appears:
 * > Warning: Invalid argument supplied for foreach() in /home/admin1/public_html/
   > wp-content/plugins/wp-manage-plugins/inc/admin.php on line 197
   > Warning: Invalid argument supplied for foreach() in /home/admin1/public_html/
   > wp-content/plugins/wp-manage-plugins/inc/admin.php on line 202
 * Can you tell me if this is bad, and if so how to fix it.
 * Thanks

Viewing 1 replies (of 1 total)

 *  Thread Starter [mistermagoo](https://wordpress.org/support/users/mistermagoo/)
 * (@mistermagoo)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/issue-with-plugin-wp-super-cache/#post-1888643)
 * Self solved through developers forum 🙂
 * Here is what to do:
 * > Alter \plugins\wp-manage-plugins\inc\admin.php:
   > **find:** get_transient
   >  **change it to:** get_site_transient (there should
   > be 3 in version 1.0 that you need to update. I am running WP 3.04).
   > then…
   > **change:** foreach ($count_arr as $key => $value) {
   >  **to:** foreach ($update_plugins
   > as $key => $value) {

Viewing 1 replies (of 1 total)

The topic ‘Issue with plugin WP-Manage-Plugins’ is closed to new replies.

## Tags

 * [multi-site](https://wordpress.org/support/topic-tag/multi-site/)
 * [super cache](https://wordpress.org/support/topic-tag/super-cache/)
 * [warning message](https://wordpress.org/support/topic-tag/warning-message/)

 * 1 reply
 * 1 participant
 * Last reply from: [mistermagoo](https://wordpress.org/support/users/mistermagoo/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/issue-with-plugin-wp-super-cache/#post-1888643)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
