Title: Plugin Breaks Plugin Page
Last modified: August 30, 2016

---

# Plugin Breaks Plugin Page

 *  [jnewbury2280](https://wordpress.org/support/users/jnewbury2280/)
 * (@jnewbury2280)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/)
 * First of all I love this plugin. But I can’t seem to get it to work anymore. 
   It blanks out my plugin page. I can no longer manage my plugins!
 * Please help. I hate not being able to use my groups!
 * [https://wordpress.org/plugins/plugin-grouper/](https://wordpress.org/plugins/plugin-grouper/)

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

 *  [davelee811](https://wordpress.org/support/users/davelee811/)
 * (@davelee811)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6724979)
 * Did the same to me. The error is:
 * PHP Fatal error: Call to undefined method PIGPR_Group::apply_filters() in D:\
   home\site\wwwroot\wp-content\plugins\plugin-grouper\classes\group.php on line
   431
 * Since ‘apply_filters()’ is not a local function, I’ve temp fixed mine by..
    changing
   line 431 from : ‘color’ => $this->apply_filters( ‘plugin_group_default_color’,
   $this->default_color ),
 * To:
    ‘color’ => apply_filters( ‘plugin_group_default_color’, $this->default_color),
 *  Thread Starter [jnewbury2280](https://wordpress.org/support/users/jnewbury2280/)
 * (@jnewbury2280)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6724983)
 * I applied that patch and I am getting this error:
 * Parse error: syntax error, unexpected ‘=’, expecting ‘)’
 *  [noahj-champion](https://wordpress.org/support/users/noahj-champion/)
 * (@noahj-champion)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6724990)
 * Hi,
 * You might look into a plugin conflict here.
 * I just tried this plugin on a local install with just 3 other plugins active 
   and everything works fine.
 * So you might trouble shoot to see if there is a plugin conflict.
 *  Thread Starter [jnewbury2280](https://wordpress.org/support/users/jnewbury2280/)
 * (@jnewbury2280)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6724991)
 * You are correct I installed it on another site and it works perfectly! How do
   you find the plugin conflict and resolve one?
 *  [noahj-champion](https://wordpress.org/support/users/noahj-champion/)
 * (@noahj-champion)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6724992)
 * There a couple ways, depending on you’re skill level.
 * **1.** Typically one would disable every plugin 1 by 1 and test the area you 
   have an issue with until the issue is gone and you know what plugin you deactivated
   at the time the issue/conflict left.
    _– I hate that method, because I run a 
   lot of plugins and that can be tedious. _
 * **2.** The easiest do it yourself way, but doesn’t always reveal the issue is
   to open up the developer console and check for any errors from your web browser.
   _–
   In Mac/Firefox “**Command + Option + K**” will open up that browser tool. – In
   Mac/Google Chrome “**Command + Option + J**” will open up that browser tool.  –
   Here is a screenshot of what that looks like and what to look for @ [http://take.ms/5loQg](http://take.ms/5loQg)–
   If you don’t see any errors when you still have the issue then you have to do
   step 1.
 * 3. If you don’t see any errors, the next easiest way, but requires tweaking your
   WordPress core file is to turn on debug mode then view your site and hopefully
   you will see a coding errors that shows the issue and where.
    _– Here’s how to
   turn on debug mode @ [http://codex.wordpress.org/WP\_DEBUG](http://codex.wordpress.org/WP_DEBUG)
 * 4. You could email me a login or the list of plugins you’re running (if it is
   not too big a list) and I can check it out for you.
 *  Thread Starter [jnewbury2280](https://wordpress.org/support/users/jnewbury2280/)
 * (@jnewbury2280)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6724993)
 * What is the easiest way to generate an installed plugin list?
 *  [noahj-champion](https://wordpress.org/support/users/noahj-champion/)
 * (@noahj-champion)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6724994)
 * Using the Simple System Status plugin
    @ [https://wordpress.org/plugins/simple-system-status/](https://wordpress.org/plugins/simple-system-status/)
 * Here’s a screenshot of the data to get (which it automatically does)
    @ [http://take.ms/ncydw](http://take.ms/ncydw)
 * You can send me a link of that report, email me it, or copy paste the list of
   plugins into this thread.
 *  Thread Starter [jnewbury2280](https://wordpress.org/support/users/jnewbury2280/)
 * (@jnewbury2280)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6724995)
 * This is what I have done. One the site that the plugin works I eliminated all
   of the common plugins between it and the site that it’s not working on. Here 
   are the additional plugins that are installed and activated on the site that 
   is not working. That sounds complicated lol.
 * **The list as they appear in the plugin manager:**
    Arconix FAQ Disqus Comment
   System Easy Updates Manager Enable Media Replace Floating Social Bar Google Analytics
   by Yoast Google Pagespeed Insights Hide YouTube Related Videos ImageInject MailChimp
   Forms by MailMunch Master Slider NextScripts: Social Networks Auto-Poster NIX
   Gravatar Cache P3 (Plugin Performance Profiler) Page Builder by SiteOrigin Plugins
   Speed Test PlugIntel Quick Featured Images Require Featured Image Scripts-To-
   Footer Simple Share Buttons Adder SiteOrigin Widgets Bundle Speed Booster Pack
   The Events Calendar Ultimate Addons for SiteOrigin Widgets for SiteOrigin WP 
   First Letter Avatar WP Media Category Management WP Performance Score Booster
   WP-Optimize WPFront User Role Editor
 *  [noahj-champion](https://wordpress.org/support/users/noahj-champion/)
 * (@noahj-champion)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6724997)
 * Hey, no problem. I understand.
 * 3 Things.
 * 1. Off the cuff it probably is one of these plugins because they run processes
   on the plugin page itself.
    @ Plugins Speed Test @ PlugIntel (Plugin Intelligence)
   @ P3 (Plugin Performance Profiler) (but I doubt it is this one.) @ Easy Updates
   Manager (but I doubt it is this one.)
 * 2. As a note, maybe you can get rid of the PluginIntel if you are using this 
   plugin we are trying to get to work – Plugin Manager?
 * If those steps don’t work then…
 * 3. Can you use this plugin to create archives of those plugins and send them 
   to me? Or some other method?
    @ [https://wordpress.org/plugins/plugin-grabber/](https://wordpress.org/plugins/plugin-grabber/)
 * And just email me them? Meet me half way with that and I will test the issue 
   out for you locally and let you know what the deal it.
    – Yo don’t need to send
   me Master Slider if it is the Pro version – I have it.
 *  [Matthew](https://wordpress.org/support/users/kidsguide/)
 * (@kidsguide)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6724998)
 * > @ Easy Updates Manager (but I doubt it is this one.)
 * I agree with you. Easy Updates Manager (which I created) shouldn’t be causing
   this issue, although, I could be mistaken.
 * I would try disabling all the plugins to see if it then works. Sometimes the 
   plugins you least expect are the plugins that are causing the problem.
 *  [noahj-champion](https://wordpress.org/support/users/noahj-champion/)
 * (@noahj-champion)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6724999)
 * UPDATE:
 * I tested the plugins I listed and didn’t find the issue.
 * I tested the following the Plugin Manager:
    @ Plugins Speed Test @ PlugIntel (
   Plugin Intelligence) @ P3 (Plugin Performance Profiler) @ Easy Updates Manager
 * So, if you have a nothing special about your WordPress set up, it may be a different
   plugin.
 * (NOTE: see previous comments.)
 * [@matthew](https://wordpress.org/support/users/matthew/), thanks for making an
   appearance 🙂
 *  Thread Starter [jnewbury2280](https://wordpress.org/support/users/jnewbury2280/)
 * (@jnewbury2280)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6725000)
 * I will send you the plugin grabber results tomorrow. I don’t have any paid plugins
   installed and I think my WordPress install is just basic.
 *  Thread Starter [jnewbury2280](https://wordpress.org/support/users/jnewbury2280/)
 * (@jnewbury2280)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6725001)
 * The file is uploading. You can download it from my dropbox at the below link.
   Once you download it I will delete it.
 * [https://www.dropbox.com/s/hkv59bshs2bncc5/ALL.zip?dl=0](https://www.dropbox.com/s/hkv59bshs2bncc5/ALL.zip?dl=0)
 *  [noahj-champion](https://wordpress.org/support/users/noahj-champion/)
 * (@noahj-champion)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6725002)
 * Thanks. I downloaded it and will test it out later today. You can delete the 
   uploaded.
 *  Plugin Author [sujin2f](https://wordpress.org/support/users/sujin2f/)
 * (@sujin2f)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6725007)
 * Oh My GOD!!!!
 * I didn’t know the developing version was updated as a current version… ;ㅁ;
 * I am gonna fix this problem asap you guys.
 * Sorry for your inconvenience.

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

The topic ‘Plugin Breaks Plugin Page’ is closed to new replies.

 * ![](https://ps.w.org/plugin-grouper/assets/icon-256x256.png?rev=1266171)
 * [Plugin Manager](https://wordpress.org/plugins/plugin-grouper/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/plugin-grouper/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/plugin-grouper/)
 * [Active Topics](https://wordpress.org/support/plugin/plugin-grouper/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/plugin-grouper/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/plugin-grouper/reviews/)

## Tags

 * [Blank](https://wordpress.org/support/topic-tag/blank/)
 * [plugin-page](https://wordpress.org/support/topic-tag/plugin-page/)

 * 15 replies
 * 5 participants
 * Last reply from: [sujin2f](https://wordpress.org/support/users/sujin2f/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-plugin-page/#post-6725007)
 * Status: not resolved