Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Robert Chapin

    (@miqrogroove)

    I was testing some ideas with the “Rejected User Agents” setting. That setting actually does not work. The related function always bails on this line of code:

    if (!function_exists('apache_request_headers')) return false;

    Bug seen in wp-cache-phase1.php.

    Related bug:

    If the above code actually worked, then this message on the admin screen would be invalid in php mode: “Note that super cached files are still sent to these agents if they already exists.”

    Thread Starter Robert Chapin

    (@miqrogroove)

    Regarding top post: I think I can use the do_cacheaction( ‘cache_init’ ) hook if my plugin users are willing to do the extra steps to enable a Super Cache sub-plugin. I’m surprised that hook isn’t mentioned in the “WP Super Cache for Developers” page or the readme file.

    Thread Starter Robert Chapin

    (@miqrogroove)

    Next bug: There is no way to switch back from mod_rewrite mode to PHP mode from the settings page. The .htaccess file still contains all of the Super Cache code, which then must be deleted manually.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin Compatibility’ is closed to new replies.