• Hi, Since updating to 6.05 I have found that ALL of my plugins keep being disabled after a short time. I manually activate them all again, checked that Plugin organiser is running and the selective plugin loading is on – it remembers the plugin preferences I had selected for certain pages, and then after a number of hours, all the plugins are deactivated again. Any thoughts as to what is going on?

    https://www.ads-software.com/plugins/plugin-organizer/

Viewing 15 replies - 31 through 45 (of 51 total)
  • I’ve had the update and applied the selective plugin loading on my home page. All good so far. plugins have remained activated globally.

    However, I am still in dev mode and working out how to do stuff. There seems to be an issue with certain pages not loading the plugins even though there not child pages and I have made sure that they should load.

    but I think that is down to me needing to configure stuff right.

    hmmm ignore my last comment. need to do more checking

    I was confused previously – sadly it seemed the plugins had been turned off globaly, which is why the other pages were not working.

    Thread Starter leighcc

    (@leighcc)

    Thanks for that – this is what I experienced also, in 6.05.

    Plugin Author Jeff Sterup

    (@foomagoo)

    nofski,
    Did your plugins get disabled after awhile? Your response is not clear.

    Plugin Author Jeff Sterup

    (@foomagoo)

    Can someone who is experiencing this run a piece of code for me to see what the result is?

    <!--  PO TEST RESULT
    <?php
    global $PluginOrganizer;
    $activePlugins = $PluginOrganizer->get_active_plugins();
    print $PluginOrganizer->pluginDirPath . "\n";
    foreach ($activePlugins as $key=>$plugin) {
    	if (!file_exists($PluginOrganizer->pluginDirPath . "/" . $plugin)) {
    		print $plugin . " = Not valid\n";
    	}
    }
    ?>
    -->

    I tested this on my site by placing it in the header file of the twentyfifteen theme. When you run it view the source of the page and search for “PO TEST RESULT”. You should only see that comment followed by the path to your plugin directory.

    Plugin Author Jeff Sterup

    (@foomagoo)

    You will need to be running 6.0.9 to run that snippet.

    Once again apologies for delay.

    <!– PO TEST RESULT
    /home/gutterti/public_html/files/plugins

    which is the directory structure I have.

    Plugin Author Jeff Sterup

    (@foomagoo)

    Ok well that rules out the piece I thought was causing the issue. If it had a problem with your plugin directory path then you would have seen a list of your plugins below that path. Back to the drawing board. I’m clueless on what could be causing this. Your plugins are still being disabled with version 6.0.9 right?

    Yes I am 89.95% certain that the plugins were all disabled “automatically”

    I am still doing a lot of testing and tweaking – so I cant rule out some incompetence on my part ??

    I wonder if it is the ithemes plugin that causes the confusion – it does a lot – renames directories- hides the back end – enables partial ssl on the front end. forces ssl on the admin side.

    Also, its the first time I’ve used this plugin so let me make sure I understand how it works and if I’m doing it right.
    It can be a bit confusing for instance understanding the need for plugin filters and just selecting which plugins to disable from each page.

    Also in settings, I did not have selective plugin loading for admin highlighted, which I have now enabled.

    So in the settings now all the post types are checked and all the general settings are turned on.

    I have a snippet of code in my functions php to ignore query strings – could that cause problems.

    Anyway here is what I will do.

    I am going to reapply all the selective plugins loading on my home page only and then will give it a couple of days to fully confirm if they do off.

    once this is 100% confirmed I will do it all again with the ithemes plugin turned off and then with the code snippet and then minus cloudflare and see where we are from there.

    ok at the moment I’m not the best person to be testing this as I have another conflict with my bookings plugin that I am trying to resolve first, so my tests on plugin organiser are on hold.

    I’ve noticed something interesting when I disable all the plugins so I can test each one individually I get a completely blank website. When I enable PO which is a MU plugin the site displays as usual. Is that normal behaviour for an mu plugin?

    apologies if I should have raised a new topic for this.

    the update link dosent seem to be working.

    I have a half day today so when back will get on with using PO on my site again.

    Plugin Author Jeff Sterup

    (@foomagoo)

    So are all of you running the Swift Security plugin? It seems to be deactivating the plugins on a site I’m troubleshooting for a different thread.

    I have personnally uninstalled this crappy SwiftSecurity plugin, which gives me more troubles than it solves.

    Haven’t tried your plugin again, because I’m just waiting for more experienced users of your plugin to reply to this thread and test it further (I have tried your plugin 1 hour, no more).

    Plugin Author Jeff Sterup

    (@foomagoo)

    I just ran through some tests on someone elses site this afternoon and SwiftSecurity disabled plugins when Plugin Organizer was running if those plugins were disabled anywhere on the site and that page was visited. When I turned off SwiftSecurity everything worked as it should.

Viewing 15 replies - 31 through 45 (of 51 total)
  • The topic ‘Plugins keep being disabled’ is closed to new replies.