Viewing 6 replies - 1 through 6 (of 6 total)
  • Frederick Townes

    (@fredericktownes)

    I replied to your email about this. I guess the author of the other plugin resoled this.

    Thread Starter theroundwell

    (@theroundwell)

    The author of the plugin suggested the following, which worked:

    if( defined( ‘WPCACHEHOME’ ) ) {
    // Solves issue of white page output with Super Cache plugin version 0.9.9.6.
    // Did not occur when removing <html> and </html> tag in splash page source, so weird problem.
    ob_end_clean();
    }

    “I don’t know W3 Total Cache Plugin, but you could try to remove the aforementioned code and replace it just with this piece of code:

    ob_end_clean();”

    After I emptied the page cache, this seemed to work.

    Frederick Townes

    (@fredericktownes)

    Thanks @theroundwell!

    Were does this code go?

    Thread Starter theroundwell

    (@theroundwell)

    As of Maintenance Mode 5.4, it’s the file “maintenance-mode.php”, line 188 to 192

    Can someone mark this topic as resolved?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Maintenance Mode] W3 Total Cache Plugin Conflict’ is closed to new replies.