Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter tom.andersen

    (@tomandersen)

    Have you tried disabling any other plugins you have enabled to verify whether or not there is a conflict somewhere?

    Thread Starter tom.andersen

    (@tomandersen)

    thx,

    I will do the plugin de-activate thing after hours, as the site is in soft launch mode, lots of people working on it. I tried using the plugin you guys make for caching, and it made no difference. I could see the caching plugin working.

    Thread Starter tom.andersen

    (@tomandersen)

    I deactivated most of the plugins, but its still not working. Also I took our own site https://palmerandersen.com and did everything the same there and its working. Lots of plugin overlap, same theme (Jupiter) on both, etc. I am going to hack up some of the files in your elegantly written plugin to see if the action hook is being called, etc.

    Thread Starter tom.andersen

    (@tomandersen)

    I have it down to the

    ob_start(
    array(&$rewriter, ‘rewrite’)
    );

    The callback never gets called. It’s because there is no output to pass to it, as I found by debugging, so some plugin/theme/hack has ‘stolen’ the output before it gets to your plugin.

    Plugin Author KeyCDN

    (@keycdn)

    There isn’t much we can do regarding this. I suggest that you identify the plugin or theme that is causing the conflict and work around it.

    Thread Starter tom.andersen

    (@tomandersen)

    agreed and thanks. I noticed that another plugin with similar base functionality (real time find and replace) calls ob_start() and then calls ob_start(‘callbackfunc’) right after but that did not seem to help your plugin.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘CDN Enabler not rewriting.’ is closed to new replies.