• Resolved ccolotti

    (@ccolotti)


    Jeff,

    I finally got this upgraded and the other two issues I had are gone. However I am getting all 404’s on the pages for a custom post type using the Fly PLugins WP Courseware. All the course Units are giving a 404 when the plugin is activated. I have tried to save permalinks over and over and nothing works to get them back until the plugin is disabled. No errors in the apache logs either.

    The old 2.6.3 was still the most reliable version of this plugin to date. The old URL function worked perfectly for everything in that URL chain and the new filters don’t work the same way. I am giving up and rolling back yet again. It’s a bit annoying the settings are all lost every time I roll back and upgrade as well.

    http://ww.wp.xz.cn/plugins/plugin-organizer/

Viewing 13 replies - 16 through 28 (of 28 total)
  • Thread Starter ccolotti

    (@ccolotti)

    I have found a conflict with two plugins and I am trying to use this to disable WordPress HTTPS plugin but it’s not seeming to work. If I completely disable the plugin the conflict goes away but if I just use the organizer it still does not work.

    Thread Starter ccolotti

    (@ccolotti)

    Still does not seem like the filters are working on sub pages for a URL:

    Filter:
    http://dev.v-fit.us/module-2/

    Page is still showing the disabled plugins.
    http://dev.v-fit.us/module-2/understanding-s-m-a-r-t-goals-and-how-to-use-them/

    Thread Starter ccolotti

    (@ccolotti)

    now it seems to be working. It’s touch and go 🙂

    Thread Starter ccolotti

    (@ccolotti)

    Looks like the old version had an option to still apply even if there were per page settings. Appears that if there is a Filter AND settings on a page the filter is not being applied…..as best I can tell is the issue.

    Plugin Author Jeff Sterup

    (@foomagoo)

    That is the way it always has been. A page or post would override the plugin_filter/url entry. If you see the old version behaving differently that is an unintended bug.

    Thread Starter ccolotti

    (@ccolotti)

    okay then I think it’s an Order of operations thing:

    Create a page (No change)
    Create filter and apply to Permalink to remove plugins
    View page (no plugin running)
    Edit page content make change and save
    View page (Plugin running again)

    What it appears is that the saving of the page updates something then the filter is made null and void. It was driving me nuts on some pages but I had NOT edited it them. I just did another page edit and Boom….filter died.

    Plugin Author Jeff Sterup

    (@foomagoo)

    If for instance you have a plugin disabled globally and then enabled on that page it will find that page and ignore the filter. Can you look in the post meta table to see if anything is saved to that post as far as the disabled and enabled plugin arrays? They should both be empty unless you changed something on the edit screen.

    Plugin Author Jeff Sterup

    (@foomagoo)

    And by empty I mean an empty serialized array so it will look like this:

    a:0:{}

    The post meta keys you are looking for are:
    _PO_enabled_plugins
    _PO_disabled_plugins
    _PO_enabled_mobile_plugins
    _PO_disabled_mobile_plugins

    Plugin Author Jeff Sterup

    (@foomagoo)

    I created a plugin filter with the permalink http://www.jsterup.com/portfolio/livewell-nebraska/ and disabled all plugins. When I went to the page I could tell the plugins were disabled because the browser shot short code shows up. Then I went into that page and changed the page content by adding a few words and saved it. When I went to the page the browser shot short code was still showing instead of the screenshot.

    Thread Starter ccolotti

    (@ccolotti)

    Hmm….maybe we can use my Dev server too investigate more.

    Plugin Author Jeff Sterup

    (@foomagoo)

    Can you send me the login info for your dev site?

    Plugin Author Jeff Sterup

    (@foomagoo)

    You can send the info to foomagoo at gmail dot com if you want. Put ccolotti in the subject so I know who its from.

    Thread Starter ccolotti

    (@ccolotti)

    Sure I can do it this weekend. I can give you WordPress access I need to figure out the SSH if you need it to that directory

Viewing 13 replies - 16 through 28 (of 28 total)

The topic ‘Another plugin Conflict’ is closed to new replies.