The only thing that would turn it off is if the mu plugin and standard plugin versions don’t match.
This is how they show up on Plugins page –
Plugin Organizer MU
A plugin for specifying the load order of your plugins.
Version 9.5.1
Plugin Organizer
A plugin for specifying the load order of your plugins.
Version 9.5.1
Are you using any caching on your site? That could cache the version number that is stored in the database and cause it to disable selective plugin loading.
Multilayer caching –
APC on php
memcache for objects
W3 Total Cache for page cache and more.
I hv tried to refresh cache, to same result.
Showing rows 0 – 19 (20 total, Query took 0.0008 seconds.)
option_name option_value
PO_auto_trailing_slash 1
PO_custom_post_type_support a:5:{i:0;s:4:"post";i:1;s:4:"page";i:2;s:5:"topic"...
PO_debug_roles a:1:{i:0;s:13:"administrator";}
PO_disable_plugins_admin 0
PO_disable_plugins_by_role 1
PO_disable_plugins_frontend 0
PO_disable_plugins_mobile 0
PO_display_debug_msg 1
PO_enabled_roles a:0:{}
PO_fuzzy_url_matching 1
PO_ignore_arguments 1
PO_ignore_protocol 1
PO_mobile_user_agents a:20:{i:0;s:6:"mobile";i:1;s:4:"bolt";i:2;s:4:"pal...
PO_order_access_net_admin 1
PO_pt_stored a:4:{i:0;s:7:"product";i:1;s:4:"post";i:2;s:4:"pag...
PO_updating_plugin
PO_version_num 9.5.1
It has to be one of the caches doing it. You aren’t the first person to have this problem because the options were being cached.
How can we fix this issue?