• I have been facing this issue from quite sometime now. I enabled selective plugin loading, confirmed in wp_options table and value set at 1 (or true). Cool.

    I check next day, it was automatically turned off and within database too. What would cause plugin to automatically turn it off?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jeff Sterup

    (@foomagoo)

    The only thing that would turn it off is if the mu plugin and standard plugin versions don’t match.

    Thread Starter aheadzen

    (@aheadzen)

    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

    Plugin Author Jeff Sterup

    (@foomagoo)

    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.

    Thread Starter aheadzen

    (@aheadzen)

    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	
    Plugin Author Jeff Sterup

    (@foomagoo)

    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?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Selective Plugin loading automatically disabled’ is closed to new replies.