• Hi,
    I’m not sure this is really a problem with the supercache plugin, but I’m posting here in case anyone else comes across this since people are more likely to look here.

    The problem I’m having is that the membership2 plugin sets a variable in the $_POST array on every page ($_POST[‘gateway’]) even when it’s not needed, which is probably wrong behavior, but I’m also trying to understand why line 267 in wp-cache-phase2.php checks the $_POST array at all if it’s already checking REQUEST_METHOD? Maybe something about how POST requests work that I’m missing?

    } elseif ( $_SERVER["REQUEST_METHOD"] == 'POST' || !empty( $_POST ) || get_option( 'gzipcompression' ) ) {

    If I simply comment out the !empty($_POST) part everything seems to work.

  • The topic ‘Incompatibility with membership2 plugin’ is closed to new replies.