• WP-Super Cache do not work under the following conditions available since WordPress 2.6

    * “wp-config.php” to be one level up the WP Install Folder
    * “wp-content” folder outside of the WP install folder

Viewing 3 replies - 1 through 3 (of 3 total)
  • wp-config.php issue is fixed in trunk.

    I have just committed some changes to use WP_CONTENT_DIR, but I haven’t made those same changes to the mod_rewrite rules because I haven’t got time to test that right now. Feel free to test and change that code!

    donncha, you seem to be the resident expert on how WP Cache works. I have a question. I am looking for a way to refresh the cache via a CRON job and was wondering if that is possible. I am running WP 2.5 and 2.6 on a couple of servers and have no idea how to execute a cache refresh via CRON.

    HELP!

    Look in the plugin itself for the “wp_schedule_single_event” function. That sets off the garbage collection code.

    You use that function to fire off a cron job!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Super Cache] Not compatible with WordPress 2.6’ is closed to new replies.